Import Upstream version 1.0.28

This commit is contained in:
Guus Sliepen 2019-08-26 13:44:46 +02:00
parent eed44cd331
commit d08a5d8f0b
17 changed files with 1088 additions and 54 deletions

View file

@ -339,8 +339,8 @@ bool detach(void) {
openlogger(identname, use_logfile?LOGMODE_FILE:(do_detach?LOGMODE_SYSLOG:LOGMODE_STDERR));
logger(LOG_NOTICE, "tincd %s (%s %s) starting, debug level %d",
VERSION, __DATE__, __TIME__, debug_level);
logger(LOG_NOTICE, "tincd %s starting, debug level %d",
VERSION, debug_level);
xalloc_fail_func = memory_full;