summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-21 16:26:40 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-21 16:26:40 +0100
commitbcba1a664721b5eefbbad576c4900886d204bd6e (patch)
treefa578d8c020b572271a1b885943a01f89cd9da5d /src/log
parent59b71b097974c78e9cabb43e4e5fc498326b1ece (diff)
downloadwolfbones-bcba1a664721b5eefbbad576c4900886d204bd6e.tar.gz
wolfbones-bcba1a664721b5eefbbad576c4900886d204bd6e.tar.bz2
fixed Informational MC severity
Diffstat (limited to 'src/log')
-rwxr-xr-xsrc/log/create_wolfmsg.pl2
-rw-r--r--src/log/wolfmsg.mc60
2 files changed, 31 insertions, 31 deletions
diff --git a/src/log/create_wolfmsg.pl b/src/log/create_wolfmsg.pl
index cbf3f7f..a5c296d 100755
--- a/src/log/create_wolfmsg.pl
+++ b/src/log/create_wolfmsg.pl
@@ -110,7 +110,7 @@ for( ;; ) {
} elsif( $level eq " WOLF_LOG_WARNING" ) {
$severity = "Warning";
} else {
- $severity = "Information";
+ $severity = "Informational";
}
# fetch expanded message id from the CPP output
diff --git a/src/log/wolfmsg.mc b/src/log/wolfmsg.mc
index 0a402da..abad06a 100644
--- a/src/log/wolfmsg.mc
+++ b/src/log/wolfmsg.mc
@@ -68,7 +68,7 @@ Language = English
Unable to retrieve maximal number of files: %1
.
MessageId = 2030
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CLOSING_ALL_FDS
Language = English
@@ -138,7 +138,7 @@ Language = English
Unable to create exit code pipe: %1
.
MessageId = 2040
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_EXIT_CODE_PIPE_CREATED
Language = English
@@ -152,14 +152,14 @@ Language = English
Unable to fork the first time: %1
.
MessageId = 2042
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FIRST_FORK_REACHED
Language = English
First fork reached
.
MessageId = 2043
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_FIRST_FORK
Language = English
@@ -173,7 +173,7 @@ Language = English
Unable to create parent pipe: %1
.
MessageId = 2045
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_PIPE_CREATED
Language = English
@@ -194,14 +194,14 @@ Language = English
Unable to fork the second time: %1
.
MessageId = 2048
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SECOND_FORK_REACHED
Language = English
Second fork reached
.
MessageId = 2049
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_SECOND_FORK
Language = English
@@ -222,14 +222,14 @@ Language = English
Changing to root diretory failed: %1
.
MessageId = 2051
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CHANGED_ROOT_DIR
Language = English
Changed to root directory /
.
MessageId = 2052
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK
Language = English
@@ -243,7 +243,7 @@ Language = English
Another daemon is already running with pid '%1', can't start!
.
MessageId = 2054
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK_FINAL
Language = English
@@ -292,63 +292,63 @@ Language = English
Setting unprivileged user failed: %1
.
MessageId = 2061
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_USER
Language = English
Switched to user '%1' (%2) and group '%3' (%4)
.
MessageId = 2062
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_EXIT_CALLED
Language = English
daemon_exit called int state %1 (error %2)
.
MessageId = 2063
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_EXIT_CODE_ON_PIPE
Language = English
Waiting on exit_code pipe for exit code
.
MessageId = 2064
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_GRAND_PARENT
Language = English
Terminating grand-parent of daemon with code %1 (PID: %lu)
.
MessageId = 2065
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_TERMINATION
Language = English
Waiting on parent pipe for termination signal
.
MessageId = 2066
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_GOT_TERMINATION
Language = English
Parent got termination (pidfile lock: %1, run: %2, fd: %3).. cleaning up now (PID: %lu)
.
MessageId = 2067
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_PARENT
Language = English
Terminating parent of daemon (PID %lu)
.
MessageId = 2068
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_OK
Language = English
Terminating daemon (PID: %lu)
.
MessageId = 2069
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_ERROR
Language = English
@@ -362,7 +362,7 @@ Language = English
Unable to create signal pipe: %1
.
MessageId = 2071
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SIGNAL_PIPE_CREATED
Language = English
@@ -390,7 +390,7 @@ Language = English
Unexpected error in read: result is %1
.
MessageId = 2075
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_NO_PIDFILE
Language = English
@@ -404,7 +404,7 @@ Language = English
Unable to open pidfile '%1' for reading: %2
.
MessageId = 2009
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ANOTHER_IS_RUNNING
Language = English
@@ -432,7 +432,7 @@ Language = English
pidfile '%1' contains invalid data, can't read PID from it!
.
MessageId = 2013
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FOUND_PID_IN_PIDFILE
Language = English
@@ -453,7 +453,7 @@ Language = English
Can't check if process with PID '%lu' is alive: %1
.
MessageId = 2016
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ALREADY_RUNNING_WITH_PID
Language = English
@@ -502,14 +502,14 @@ Language = English
Non-atomic write failed when storing the PID into the pidfile '%1'
.
MessageId = 2022
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_STORED_PIDFILE
Language = English
Stored '%lu' into the pidfile '%1' and locked it
.
MessageId = 2023
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_RELEASING_PIDFILE
Language = English
@@ -530,7 +530,7 @@ Language = English
Unable to close the pidfile '%1': %2
.
MessageId = 2026
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_REMOVING_PIDFILE
Language = English
@@ -551,7 +551,7 @@ Language = English
Can't ignore signal handler for signal '%1' (%2): %3
.
MessageId = 2001
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_IGNORE_SIGNAL
Language = English
@@ -565,7 +565,7 @@ Language = English
Can't install empty signal handler for signal '%1' (%2): %3
.
MessageId = 2003
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CRITICAL_SIGNAL
Language = English
@@ -586,7 +586,7 @@ Language = English
Can't install signal handler for signal '%1' (%2): %3
.
MessageId = 2006
-Severity = Information
+Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FUNC_SIGNAL
Language = English