summaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-21 17:28:59 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-21 17:28:59 +0100
commit703cbb66524d8edbc41d4f0ae6af79a3d52540cf (patch)
treee39a3dbb0edd349db820b42153f448c0df74a79b /src/log
parent9595b61e1c5d207ad05f5cc67164bbba6f9a7879 (diff)
downloadwolfbones-703cbb66524d8edbc41d4f0ae6af79a3d52540cf.tar.gz
wolfbones-703cbb66524d8edbc41d4f0ae6af79a3d52540cf.tar.bz2
fixed message numbering and eliminated duplicate message ids
Diffstat (limited to 'src/log')
-rw-r--r--src/log/wolfmsg.mc144
1 files changed, 72 insertions, 72 deletions
diff --git a/src/log/wolfmsg.mc b/src/log/wolfmsg.mc
index cc9c820..0188849 100644
--- a/src/log/wolfmsg.mc
+++ b/src/log/wolfmsg.mc
@@ -53,7 +53,7 @@ FacilityNames = (
MessageIdTypedef = DWORD
-MessageId = 2029
+MessageId = 2060
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CLOSE_FD
@@ -63,7 +63,7 @@ Error while closing file descriptor %1: %2
Language = German
TODO: Gettext here..
.
-MessageId = 2030
+MessageId = 2061
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_RETRIEVING_MAXNOFFDS_FAILED
@@ -73,7 +73,7 @@ Unable to retrieve maximal number of files: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2031
+MessageId = 2062
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CLOSING_ALL_FDS
@@ -83,7 +83,7 @@ Closing all filedescriptors up to %ld
Language = German
TODO: Gettext here..
.
-MessageId = 2032
+MessageId = 2063
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_FD_AS_DEV_NULL
@@ -93,7 +93,7 @@ Unable to open fd %1 as /dev/null: %2
Language = German
TODO: Gettext here..
.
-MessageId = 2033
+MessageId = 2064
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FD_NUMBERS_WRONG
@@ -103,7 +103,7 @@ Something is wrong with the file descriptors (expecting %1, got %2)!
Language = German
TODO: Gettext here..
.
-MessageId = 2034
+MessageId = 2065
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_WRITE_FAILED
@@ -113,7 +113,7 @@ Error in atomar write to fd %1: %2
Language = German
TODO: Gettext here..
.
-MessageId = 2035
+MessageId = 2066
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_WRITE_WRONG_OCTETS
@@ -123,7 +123,7 @@ Unexpected number of octets %zd in atomar write to fd %1 (expected %zd)
Language = German
TODO: Gettext here..
.
-MessageId = 2036
+MessageId = 2067
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_READ_FAILED
@@ -133,7 +133,7 @@ Error in atmoar read from fd %1: %2
Language = German
TODO: Gettext here..
.
-MessageId = 2037
+MessageId = 2068
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIPE_ATOMIC_READ_WRONG_OCTETS
@@ -143,7 +143,7 @@ Unexpected number of octets %zd in atomar read from fd %1 (expected %zd)
Language = German
TODO: Gettext here..
.
-MessageId = 2038
+MessageId = 2069
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ALREADY_RUNNING
@@ -153,7 +153,7 @@ Already running as daemon!
Language = German
TODO: Gettext here..
.
-MessageId = 2039
+MessageId = 2070
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_START_AS_NON_ROOT
@@ -163,7 +163,7 @@ Unable to start daemon as not root user!
Language = German
TODO: Gettext here..
.
-MessageId = 2040
+MessageId = 2071
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_EXIT_CODE_PIPE
@@ -173,7 +173,7 @@ Unable to create exit code pipe: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2041
+MessageId = 2072
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_EXIT_CODE_PIPE_CREATED
@@ -183,7 +183,7 @@ Created exit code pipe (%1,%2)
Language = German
TODO: Gettext here..
.
-MessageId = 2042
+MessageId = 2073
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FIRST_FORK_FAILED
@@ -193,7 +193,7 @@ Unable to fork the first time: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2043
+MessageId = 2074
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FIRST_FORK_REACHED
@@ -203,7 +203,7 @@ First fork reached
Language = German
TODO: Gettext here..
.
-MessageId = 2044
+MessageId = 2075
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_FIRST_FORK
@@ -213,7 +213,7 @@ Parent after first fork: child is %1
Language = German
TODO: Gettext here..
.
-MessageId = 2045
+MessageId = 2076
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_PARENT_PIPE
@@ -223,7 +223,7 @@ Unable to create parent pipe: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2046
+MessageId = 2077
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_PIPE_CREATED
@@ -233,7 +233,7 @@ Created parent pipe (%1,%2)
Language = German
TODO: Gettext here..
.
-MessageId = 2076
+MessageId = 2107
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_SET_NEW_PROCESS_GROUP_PARENT
@@ -243,7 +243,7 @@ Starting new process group session for the parent of the daemon failed: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2048
+MessageId = 2079
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SECOND_FORK_FAILED
@@ -253,7 +253,7 @@ Unable to fork the second time: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2049
+MessageId = 2080
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SECOND_FORK_REACHED
@@ -263,7 +263,7 @@ Second fork reached
Language = German
TODO: Gettext here..
.
-MessageId = 2050
+MessageId = 2081
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_AFTER_SECOND_FORK
@@ -273,7 +273,7 @@ Parent after second fork: child (and daemon) is %1
Language = German
TODO: Gettext here..
.
-MessageId = 2047
+MessageId = 2078
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_SET_NEW_PROCESS_GROUP
@@ -283,7 +283,7 @@ Starting new process group for daemon session failed: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2051
+MessageId = 2082
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CHANGE_ROOT_DIR
@@ -293,7 +293,7 @@ Changing to root diretory failed: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2052
+MessageId = 2083
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CHANGED_ROOT_DIR
@@ -303,7 +303,7 @@ Changed to root directory /
Language = German
TODO: Gettext here..
.
-MessageId = 2053
+MessageId = 2084
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK
@@ -313,7 +313,7 @@ Switched umask from %04o to %04o
Language = German
TODO: Gettext here..
.
-MessageId = 2054
+MessageId = 2085
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_DAEMON_ALREADY_RUNNING_WITH_PID
@@ -323,7 +323,7 @@ Another daemon is already running with pid '%1', can't start!
Language = German
TODO: Gettext here..
.
-MessageId = 2055
+MessageId = 2086
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_UMASK_FINAL
@@ -333,7 +333,7 @@ Switched umask from %04o to %04o
Language = German
TODO: Gettext here..
.
-MessageId = 2056
+MessageId = 2087
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_GROUP_NOT_FOUND
@@ -343,7 +343,7 @@ No group '%1' found
Language = German
TODO: Gettext here..
.
-MessageId = 2057
+MessageId = 2088
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_GETGRNAM_FAILED
@@ -353,7 +353,7 @@ Unable to retrieve group information for group '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2058
+MessageId = 2089
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_USER_NOT_FOUND
@@ -363,7 +363,7 @@ No user '%1' found
Language = German
TODO: Gettext here..
.
-MessageId = 2059
+MessageId = 2090
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_GETPWNAM_FAILED
@@ -373,7 +373,7 @@ Unable to retrieve user information for user '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2060
+MessageId = 2091
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SETTING_UNPRIVILEGED_GROUP_FAILED
@@ -383,7 +383,7 @@ Setting unprivileged group failed: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2061
+MessageId = 2092
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SETTING_UNPRIVILEGED_USER_FAILED
@@ -393,7 +393,7 @@ Setting unprivileged user failed: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2062
+MessageId = 2093
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SWITCHED_USER
@@ -403,7 +403,7 @@ Switched to user '%1' (%2) and group '%3' (%4)
Language = German
TODO: Gettext here..
.
-MessageId = 2063
+MessageId = 2094
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_EXIT_CALLED
@@ -413,7 +413,7 @@ daemon_exit called int state %1 (error %2)
Language = German
TODO: Gettext here..
.
-MessageId = 2064
+MessageId = 2095
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_EXIT_CODE_ON_PIPE
@@ -423,7 +423,7 @@ Waiting on exit_code pipe for exit code
Language = German
TODO: Gettext here..
.
-MessageId = 2065
+MessageId = 2096
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_GRAND_PARENT
@@ -433,7 +433,7 @@ Terminating grand-parent of daemon with code %1 (PID: %lu)
Language = German
TODO: Gettext here..
.
-MessageId = 2066
+MessageId = 2097
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_WAITING_FOR_TERMINATION
@@ -443,7 +443,7 @@ Waiting on parent pipe for termination signal
Language = German
TODO: Gettext here..
.
-MessageId = 2067
+MessageId = 2098
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PARENT_GOT_TERMINATION
@@ -453,7 +453,7 @@ Parent got termination (pidfile lock: %1, run: %2, fd: %3).. cleaning up now (PI
Language = German
TODO: Gettext here..
.
-MessageId = 2068
+MessageId = 2099
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_PARENT
@@ -463,7 +463,7 @@ Terminating parent of daemon (PID %lu)
Language = German
TODO: Gettext here..
.
-MessageId = 2069
+MessageId = 2100
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_OK
@@ -473,7 +473,7 @@ Terminating daemon (PID: %lu)
Language = German
TODO: Gettext here..
.
-MessageId = 2070
+MessageId = 2101
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_TERMINATING_DAEMON_ERROR
@@ -483,7 +483,7 @@ Terminating daemon (PID: %lu) with error
Language = German
TODO: Gettext here..
.
-MessageId = 2071
+MessageId = 2102
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CREATE_SIGNAL_PIPE
@@ -493,7 +493,7 @@ Unable to create signal pipe: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2072
+MessageId = 2103
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SIGNAL_PIPE_CREATED
@@ -503,7 +503,7 @@ Created signal pipe (%1,%2)
Language = German
TODO: Gettext here..
.
-MessageId = 2073
+MessageId = 2104
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_SELECT_FAILED_WAITING_FOR_SIGNAL
@@ -513,7 +513,7 @@ Error in select when waiting for signal from pipe: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2074
+MessageId = 2105
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_READ_SIGNAL_FROM_PIPE
@@ -523,7 +523,7 @@ Error while reading a signal from the pipe: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2075
+MessageId = 2106
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_NON_ATOMIC_READ_ON_SIGNAL_PIPE
@@ -533,7 +533,7 @@ Unexpected error in read: result is %1
Language = German
TODO: Gettext here..
.
-MessageId = 2008
+MessageId = 2020
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_NO_PIDFILE
@@ -543,17 +543,17 @@ No pidfile '%1' found, daemon is not running
Language = German
TODO: Gettext here..
.
-MessageId = 2009
+MessageId = 2021
Severity = Error
Facility = Application
-SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE
+SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE_FOR_READING
Language = English
Unable to open pidfile '%1' for reading: %2
.
Language = German
TODO: Gettext here..
.
-MessageId = 2010
+MessageId = 2023
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ANOTHER_IS_RUNNING
@@ -563,7 +563,7 @@ Another process locks the pidfile, daemon already running
Language = German
TODO: Gettext here..
.
-MessageId = 2011
+MessageId = 2024
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_LOCK_PIDFILE
@@ -573,7 +573,7 @@ Unable to lock pidfile '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2012
+MessageId = 2025
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_READ_PID_FROM_PIDFILE
@@ -583,7 +583,7 @@ Unable to read pid from pidfile '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2013
+MessageId = 2026
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIDFILE_WITH_ILLEGAL_DATA
@@ -593,7 +593,7 @@ pidfile '%1' contains invalid data, can't read PID from it!
Language = German
TODO: Gettext here..
.
-MessageId = 2014
+MessageId = 2027
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FOUND_PID_IN_PIDFILE
@@ -603,7 +603,7 @@ Found PID '%lu' in pidfile
Language = German
TODO: Gettext here..
.
-MessageId = 2015
+MessageId = 2028
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_FOUND_PID_BUT_NO_PROCESS_RUNNING
@@ -613,7 +613,7 @@ Found PID '%lu' in pidfile '%1', but no such process is running. Check and manua
Language = German
TODO: Gettext here..
.
-MessageId = 2016
+MessageId = 2029
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PROCESS_ALIVE_CHECK_FAILED
@@ -623,7 +623,7 @@ Can't check if process with PID '%lu' is alive: %1
Language = German
TODO: Gettext here..
.
-MessageId = 2017
+MessageId = 2030
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ALREADY_RUNNING_WITH_PID
@@ -633,17 +633,17 @@ A process with PID '%lu' is already running
Language = German
TODO: Gettext here..
.
-MessageId = 2009
+MessageId = 2022
Severity = Error
Facility = Application
-SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE
+SymbolicName = WOLF_MSG_DAEMON_CANT_OPEN_PIDFILE_FOR_WRITTING
Language = English
Unable to open pidfile '%1' for writing: %2
.
Language = German
TODO: Gettext here..
.
-MessageId = 2018
+MessageId = 2031
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_PIDFILE_IN_USE
@@ -653,7 +653,7 @@ Unable to lock pidfile '%1' after creation, daemon started in parallel?
Language = German
TODO: Gettext here..
.
-MessageId = 2019
+MessageId = 2032
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_LOCK_PIDFILE_AFTER_CREATION
@@ -663,7 +663,7 @@ Unable to lock pidfile '%1' after creation: %2
Language = German
TODO: Gettext here..
.
-MessageId = 2020
+MessageId = 2033
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_TRUNCATE_PIDFILE
@@ -673,7 +673,7 @@ Unable to truncate the pidfile '%1' before writing to it
Language = German
TODO: Gettext here..
.
-MessageId = 2021
+MessageId = 2034
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_WRITE_PID_INTO_PIDFILE
@@ -683,7 +683,7 @@ Unable to write PID into the pidfile '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2022
+MessageId = 2035
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_ATOMIC_PIDFILE_WRITE_FAILED
@@ -693,7 +693,7 @@ Non-atomic write failed when storing the PID into the pidfile '%1'
Language = German
TODO: Gettext here..
.
-MessageId = 2023
+MessageId = 2036
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_STORED_PIDFILE
@@ -703,7 +703,7 @@ Stored '%lu' into the pidfile '%1' and locked it
Language = German
TODO: Gettext here..
.
-MessageId = 2024
+MessageId = 2037
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_RELEASING_PIDFILE
@@ -713,7 +713,7 @@ Releasing (unlocking/closing) pidfile '%1' (fd: %2, locked: %3)
Language = German
TODO: Gettext here..
.
-MessageId = 2025
+MessageId = 2038
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_UNLOCK_PIDFILE
@@ -723,7 +723,7 @@ Unable to unlock the pidfile '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2026
+MessageId = 2039
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_CLOSE_PIDFILE
@@ -733,7 +733,7 @@ Unable to close the pidfile '%1': %2
Language = German
TODO: Gettext here..
.
-MessageId = 2027
+MessageId = 2040
Severity = Informational
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_REMOVING_PIDFILE
@@ -743,7 +743,7 @@ Removing pidfile '%1' (fd: %2, locked: %3, running: %4)
Language = German
TODO: Gettext here..
.
-MessageId = 2028
+MessageId = 2041
Severity = Error
Facility = Application
SymbolicName = WOLF_MSG_DAEMON_CANT_REMOVE_PIDFILE