Removed printf()

SVN revision: 627
This commit is contained in:
Stefan Ritt 2003-11-20 16:22:54 +00:00
parent 898d0862a0
commit 42f61ae981

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.157 2003/11/20 16:22:54 midas
Removed printf()
Revision 1.156 2003/11/20 16:05:03 midas Revision 1.156 2003/11/20 16:05:03 midas
Implemented check_config Implemented check_config
@ -1861,7 +1864,6 @@ int n;
void check_config() void check_config()
{ {
printf("Check config...\n");
check_language(); check_language();
} }
@ -13229,7 +13231,6 @@ void ctrlc_handler(int sig)
void hup_handler(int sig) void hup_handler(int sig)
{ {
/* reload configuration */ /* reload configuration */
check_config(); check_config();
} }