[Initng-svn] r2934 - initng/plugins/reload
svn at initng.thinktux.net
svn at initng.thinktux.net
Fri Feb 3 20:57:42 CET 2006
Author: makomk
Date: Fri Feb 3 20:57:41 2006
New Revision: 2934
Modified:
initng/plugins/reload/initng_reload.c
Log:
Add more information to an initng_reload error I've got a feeling we'll be seeing a
lot more of now...
Modified: initng/plugins/reload/initng_reload.c
==============================================================================
--- initng/plugins/reload/initng_reload.c (original)
+++ initng/plugins/reload/initng_reload.c Fri Feb 3 20:57:41 2006
@@ -93,7 +93,7 @@
new_entry->current_state = initng_active_state_find(entry.state);
if (!new_entry->current_state)
{
- F_("Could not find a proper state to set.\n");
+ F_("Could not find a proper state to set: %s.\n", entry.state);
continue;
}
More information about the Initng-svn
mailing list