Quellcode durchsuchen

but i made the line too long

svn:r6176
Roger Dingledine vor 19 Jahren
Ursprung
Commit
7d141c6776
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/or/circuitbuild.c

+ 2 - 1
src/or/circuitbuild.c

@@ -608,7 +608,8 @@ circuit_send_next_onion_skin(circuit_t *circ)
         has_completed_circuit=1;
         /* FFFF Log a count of known routers here */
         log(LOG_NOTICE, LD_GENERAL,
-            "Tor has successfully opened a circuit. Looks like client functionality is working.");
+            "Tor has successfully opened a circuit. "
+            "Looks like client functionality is working.");
         if (server_mode(options) && !check_whether_orport_reachable()) {
           inform_testing_reachability();
           consider_testing_reachability();