]> arthur.barton.de Git - netatalk.git/commit
surrounded new function body with the #ifdef that turns it off when --without-logfile...
authorsibaz <sibaz>
Tue, 14 May 2002 18:47:06 +0000 (18:47 +0000)
committersibaz <sibaz>
Tue, 14 May 2002 18:47:06 +0000 (18:47 +0000)
commit38873038f5f80d007a3f65652a06b4a8684c9490
tree8d8fca65565aa94ceba41a9ec494c2611b0e0a3a
parent9af9b9d107c828f7bfb781a2185b700edd9097f0
surrounded new function body with the #ifdef that turns it off when --without-logfile is set.  Looking at it though this whole file should be turned off when --without-logfile is set, and the LOG macro should just ignore the unused parameters and send a ... with all the vprintf parameters to syslog, thus rendering the code that's left, unneeded
libatalk/util/logger.c