mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix an overwide line
This commit is contained in:
parent
39e69a0a8c
commit
74810f95ad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user