thermferm/logger.c

changeset 235
885ad8d52126
parent 213
2317b8d644fa
child 268
dda91dfa4aa8
--- a/thermferm/logger.c	Wed Aug 13 21:21:55 2014 +0200
+++ b/thermferm/logger.c	Wed Aug 13 21:41:10 2014 +0200
@@ -65,7 +65,7 @@
 	fprintf(logfile, outstr);
 	fclose(logfile);
     } else {
-	syslog(LOG_NOTICE, "logger: cannot open %s for writing", name);
+	syslog(LOG_WARNING, "logger: cannot open %s for writing", name);
     }
 
     free(outstr);

mercurial