Changed debug handling. All debug messages use DBG now. If in inetd mode or dameon mode with "-s",

the messages are printed to syslog as before. If option "-d" is used,
the mesages are printed to stderr. Updated manual page.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-05 12:54:29 +00:00
rodzic e36e53ef46
commit 430ee439dc
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,10 @@
* backend/net.c backend/net.desc: Fixed race condition between saned
sending NET_OPEN reply and net.c flushing the wire. New version:
1.0.6.
* doc/saned.man frontend/saned.c: Changed debug handling. All debug
messages use DBG now. If in inetd mode or dameon mode with "-s",
the messages are printed to syslog as before. If option "-d" is used,
the mesages are printed to stderr. Updated manual page.
2002-01-04 Henning Meier-Geinitz <henning@meier-geinitz.de>