]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/filedir.c
use log_debug9 rather than log_debug for LOG inside ifdef DEBUG
[netatalk.git] / etc / afpd / filedir.c
index f5ce7fbca6dc341ec637786624336ca7a1ab3e19..8930293c562c128f2c270cecdfba611ea98d0df5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: filedir.c,v 1.62 2009-10-29 12:58:11 didg Exp $
+ * $Id: filedir.c,v 1.64 2009-10-29 13:38:15 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -66,8 +66,8 @@ more information */
     uid_t       uid;
     int         ret = AFP_OK;
 #ifdef DEBUG
-    LOG(log_info, logtype_afpd, "begin matchfile2dirperms:");
-#endif /* DEBUG */
+    LOG(log_debug9, logtype_afpd, "begin matchfile2dirperms:");
+#endif 
 
     if (stat(upath, &st ) < 0) {
         LOG(log_error, logtype_afpd, "Could not stat %s: %s", upath, strerror(errno));
@@ -124,8 +124,8 @@ more information */
     } /* end else if stat success */
 
 #ifdef DEBUG
-    LOG(log_info, logtype_afpd, "end matchfile2dirperms:");
-#endif /* DEBUG */
+    LOG(log_debug9, logtype_afpd, "end matchfile2dirperms:");
+#endif
     return ret;
 }
 #endif