]> arthur.barton.de Git - netatalk.git/commit
doh, the code was looking up the loglevel against a table, then using the position...
authorsibaz <sibaz>
Sat, 24 Aug 2002 03:47:37 +0000 (03:47 +0000)
committersibaz <sibaz>
Sat, 24 Aug 2002 03:47:37 +0000 (03:47 +0000)
commite7af0b9ab4e04a257c8ab29cd3facefd50c8bd00
tree514563d6b6bcb49226404782f8add3f0c9919dcb
parentab0c6db880d1cc8b2595635885047be4a92b0c47
doh, the code was looking up the loglevel against a table, then using the position in that table as the value, the enum was ten times that.  That was all that was causing problems.  I've altered the loglevels table to reflect this, by making the more debug levels go debug, debug6, debug7, debug8, debug9, maxdebug, all of which correspond to their enum values except divided by ten
config/afpd.conf.tmpl
include/atalk/logger.h
libatalk/util/logger.c