]> arthur.barton.de Git - netatalk.git/commitdiff
Turn down the "file not mangled" message to debug severity.
authorjmarcus <jmarcus>
Wed, 14 Aug 2002 17:49:13 +0000 (17:49 +0000)
committerjmarcus <jmarcus>
Wed, 14 Aug 2002 17:49:13 +0000 (17:49 +0000)
etc/afpd/mangle.c

index adcea173b8c7544cf91077458a44c2dc8eada97d..266036d1be1e4f613d2cc0192c3df0e9a1e09836 100644 (file)
@@ -1,5 +1,5 @@
 /* 
- * $Id: mangle.c,v 1.8 2002-07-04 18:14:38 jmarcus Exp $ 
+ * $Id: mangle.c,v 1.9 2002-08-14 17:49:13 jmarcus Exp $ 
  *
  * Copyright (c) 2002. Joe Marcus Clarke (marcus@marcuscom.com)
  * All Rights Reserved.  See COPYRIGHT.
@@ -26,7 +26,7 @@ demangle(const struct vol *vol, char *mfilename) {
        /* Is this really a mangled file? */
        mangle = strstr(mfilename, MANGLE_CHAR);
        if (!mangle) {
-           LOG(log_error, logtype_default, "demangle: %s is not a mangled filename", mfilename);
+           LOG(log_debug, logtype_default, "demangle: %s is not a mangled filename", mfilename);
            return mfilename;
        }