mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed printf()
SVN revision: 627
This commit is contained in:
parent
898d0862a0
commit
42f61ae981
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user