masqmail
diff src/online.c @ 208:3708b655a371
added newlines to the end of log and debug messages where missing
author | meillo@marmaro.de |
---|---|
date | Sun, 18 Jul 2010 21:49:15 +0200 |
parents | 5b621742b2e7 |
children | fc1c6425c024 |
line diff
1.1 --- a/src/online.c Sun Jul 18 21:41:48 2010 +0200 1.2 +++ b/src/online.c Sun Jul 18 21:49:15 2010 +0200 1.3 @@ -112,7 +112,7 @@ 1.4 logwrite(LOG_NOTICE, "not online.\n"); 1.5 return NULL; 1.6 } else { 1.7 - logwrite(LOG_ALERT, "stat of %s failed: %s", conf.online_file, strerror(errno)); 1.8 + logwrite(LOG_ALERT, "stat of %s failed: %s\n", conf.online_file, strerror(errno)); 1.9 return NULL; 1.10 } 1.11