summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-21 18:42:46 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-21 18:42:46 +0100
commit2a5fa35d23049b03273faaf13c3c2b86457ee6ba (patch)
treee6b75902c6f56c2219e3e86561083137d70db22e /src/log
parent703cbb66524d8edbc41d4f0ae6af79a3d52540cf (diff)
downloadwolfbones-2a5fa35d23049b03273faaf13c3c2b86457ee6ba.tar.gz
wolfbones-2a5fa35d23049b03273faaf13c3c2b86457ee6ba.tar.bz2
fixed warnings around snprintf on Windows and problems in the MC files
Diffstat (limited to 'src/log')
-rwxr-xr-xsrc/log/create_wolfmsg.pl9
-rw-r--r--src/log/wolfmsg.mc9
2 files changed, 10 insertions, 8 deletions
diff --git a/src/log/create_wolfmsg.pl b/src/log/create_wolfmsg.pl
index 13478cb..0bca019 100755
--- a/src/log/create_wolfmsg.pl
+++ b/src/log/create_wolfmsg.pl
@@ -55,11 +55,12 @@ SeverityNames = (
Error = 0x3 : STATUS_SEVERITY_ERROR
)
+;we get a already defined message? but where is Application defined?
;// facility names
-FacilityNames = (
- System = 0x0FF
- Application = 0xFFF
-)
+;FacilityNames = (
+; System = 0x0FF
+; Application = 0xFFF
+;)
EOF
diff --git a/src/log/wolfmsg.mc b/src/log/wolfmsg.mc
index 0188849..3d19623 100644
--- a/src/log/wolfmsg.mc
+++ b/src/log/wolfmsg.mc
@@ -42,11 +42,12 @@ SeverityNames = (
Error = 0x3 : STATUS_SEVERITY_ERROR
)
+;we get a already defined message? but where is Application defined?
;// facility names
-FacilityNames = (
- System = 0x0FF
- Application = 0xFFF
-)
+;FacilityNames = (
+; System = 0x0FF
+; Application = 0xFFF
+;)
;// event messages from here