[Initng-svn] r4058 - initng/trunk/src

svn at initng.thinktux.net svn at initng.thinktux.net
Mon May 8 11:29:45 CEST 2006


Author: jimmy
Date: Mon May  8 11:29:44 2006
New Revision: 4058

Modified:
   initng/trunk/src/initng_handler.c

Log:
Dont print error in console if required is not found.


Modified: initng/trunk/src/initng_handler.c
==============================================================================
--- initng/trunk/src/initng_handler.c	(original)
+++ initng/trunk/src/initng_handler.c	Mon May  8 11:29:44 2006
@@ -221,7 +221,7 @@
 	/* This will run this functuin (start_service) for all dependecys this service have. */
 	if (initng_depend_start_deps(service_to_start) != TRUE)
 	{
-		F_("Could not start %s, because a required dependency could not be found.\n");
+		D_("Could not start %s, because a required dependency could not be found.\n");
 		return (FALSE);
 	}
 


More information about the Initng-svn mailing list