mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
give a nicer warning message when windows people try to
configure syslog in their torrc svn:r8841
This commit is contained in:
+1
-1
@@ -3078,7 +3078,7 @@ options_init_logs(or_options_t *options, int validate_only)
|
||||
if (!validate_only)
|
||||
add_syslog_log(levelMin, levelMax);
|
||||
#else
|
||||
log_warn(LD_CONFIG, "Syslog is not supported in this compilation.");
|
||||
log_warn(LD_CONFIG, "Syslog is not supported on this system. Sorry.");
|
||||
#endif
|
||||
} else {
|
||||
log_warn(LD_CONFIG, "Unrecognized log type %s",
|
||||
|
||||
Reference in New Issue
Block a user