]> arthur.barton.de Git - netatalk.git/commitdiff
afpd: change 'bad function' log message to maxdebug level
authorRalph Boehme <rb@sernet.de>
Fri, 8 Aug 2014 13:20:50 +0000 (15:20 +0200)
committerRalph Boehme <rb@sernet.de>
Fri, 8 Aug 2014 13:20:50 +0000 (15:20 +0200)
Signed-off-by: Ralph Boehme <rb@sernet.de>
etc/afpd/afp_dsi.c

index 8b5187b881778ee398e8c4c62ae428eba43e7f01..9575bebb3a90dc5e3ebd45eac56f224fbe1af893 100644 (file)
@@ -641,7 +641,7 @@ void afp_over_dsi(AFPObj *obj)
                     replaycache[rc_idx].AFPcommand = function;
                     replaycache[rc_idx].result = err;
                 } else {
-                    LOG(log_error, logtype_afpd, "bad function %X", function);
+                    LOG(log_maxdebug, logtype_afpd, "bad function %X", function);
                     dsi->datalen = 0;
                     err = AFPERR_NOOP;
                 }