[Box Backup-commit] COMMIT r1413 - box/chris/merge/lib/win32

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 10 19:09:09 GMT 2007


Author: chris
Date: 2007-03-10 19:09:09 +0000 (Sat, 10 Mar 2007)
New Revision: 1413

Modified:
   box/chris/merge/lib/win32/emu.h
Log:
Add new syslog level emulations (refs #3, merges remainder of [1299])


Modified: box/chris/merge/lib/win32/emu.h
===================================================================
--- box/chris/merge/lib/win32/emu.h	2007-03-10 19:05:52 UTC (rev 1412)
+++ box/chris/merge/lib/win32/emu.h	2007-03-10 19:09:09 UTC (rev 1413)
@@ -247,9 +247,12 @@
 
 HANDLE openfile(const char *filename, int flags, int mode);
 
+#define LOG_DEBUG LOG_INFO
 #define LOG_INFO 6
+#define LOG_NOTICE LOG_INFO
 #define LOG_WARNING 4
 #define LOG_ERR 3
+#define LOG_CRIT LOG_ERR
 #define LOG_PID 0
 #define LOG_LOCAL5 0
 #define LOG_LOCAL6 0




More information about the Boxbackup-commit mailing list