Fix an overwide line

This commit is contained in:
Nick Mathewson 2012-05-07 10:59:23 -04:00
parent 39e69a0a8c
commit 74810f95ad

View File

@ -344,8 +344,8 @@ pt_configure_remaining_proxies(void)
mp->argv[0]); mp->argv[0]);
proxy_prepare_for_restart(mp); proxy_prepare_for_restart(mp);
} else { /* it doesn't need to be restarted. */ } else { /* it doesn't need to be restarted. */
log_info(LD_GENERAL, "Nothing changed for managed proxy '%s' after HUP: " log_info(LD_GENERAL, "Nothing changed for managed proxy '%s' after "
"not restarting.", mp->argv[0]); "HUP: not restarting.", mp->argv[0]);
} }
continue; continue;