[or-cvs] shorten some too-wide lines

Nick Mathewson nickm at seul.org
Sat Apr 29 17:44:33 UTC 2006


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv24305/src/or

Modified Files:
	routerlist.c 
Log Message:
shorten some too-wide lines

Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -p -d -r1.508 -r1.509
--- routerlist.c	25 Apr 2006 06:20:47 -0000	1.508
+++ routerlist.c	29 Apr 2006 17:44:31 -0000	1.509
@@ -614,7 +614,7 @@ add_nickname_list_to_smartlist(smartlist
           smartlist_add(warned_nicknames, tor_strdup(nick));
         }
       }
-    } else if (!router_get_combined_status_by_nickname(nick, warn_if_unnamed)) {
+    } else if (!router_get_combined_status_by_nickname(nick,warn_if_unnamed)) {
       if (!warned) {
         log_fn(have_dir_info ? LOG_WARN : LOG_INFO, LD_CONFIG,
                "Nickname list includes '%s' which isn't a known router.",nick);
@@ -2293,7 +2293,7 @@ router_get_combined_status_by_nickname(c
         }
       });
     if (any_unwarned) {
-      log_warn(LD_CONFIG, "There are multiple matches for the nickname \"%s\",",
+      log_warn(LD_CONFIG,"There are multiple matches for the nickname \"%s\",",
                " but none is listed as named by the directory authorites. "
                "Choosing one arbitrarily.");
     }



More information about the tor-commits mailing list