Skip to content
Snippets Groups Projects
Commit 74810f95 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix an overwide line

parent 39e69a0a
No related branches found
No related tags found
No related merge requests found
......@@ -344,8 +344,8 @@ pt_configure_remaining_proxies(void)
mp->argv[0]);
proxy_prepare_for_restart(mp);
} else { /* it doesn't need to be restarted. */
log_info(LD_GENERAL, "Nothing changed for managed proxy '%s' after HUP: "
"not restarting.", mp->argv[0]);
log_info(LD_GENERAL, "Nothing changed for managed proxy '%s' after "
"HUP: not restarting.", mp->argv[0]);
}
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment