console.log"update ##{sequence}: server#{server.id} from #{from} to #{to} next hop #{current_next_hop}(#{current_metric}) -> #{best_next_hop}(#{best_metric})"
console.log"update ##{sequence}: #{type} server #{server.id} to #{to.id}: #{current_route}(#{current_metric}) -> #{best_route}(#{best_metric}) age #{now-server[type+'_updated_at'][to.id]}"
console.log("update #"+sequence+": server"+server.id+" from "+from+" to "+to+" next hop "+current_next_hop+"("+current_metric+") -> "+best_next_hop+"("+best_metric+")");
console.log("update #"+sequence+": "+type+" server "+server.id+" to "+to.id+": "+current_route+"("+current_metric+") -> "+best_route+"("+best_metric+") age "+(now-server[type+'_updated_at'][to.id]));