]> arthur.barton.de Git - netatalk.git/commitdiff
Remove a debugging message.
authorjmarcus <jmarcus>
Sat, 5 Oct 2002 20:13:31 +0000 (20:13 +0000)
committerjmarcus <jmarcus>
Sat, 5 Oct 2002 20:13:31 +0000 (20:13 +0000)
etc/afpd/mangle.c

index 5e601cb0d3a3157e8a225e27857b6687e01a6c50..1f146560da074a5227c6ab81ca2c15b26cfde8ea 100644 (file)
@@ -1,5 +1,5 @@
 /* 
- * $Id: mangle.c,v 1.10 2002-09-29 23:31:24 sibaz Exp $ 
+ * $Id: mangle.c,v 1.11 2002-10-05 20:13:31 jmarcus Exp $ 
  *
  * Copyright (c) 2002. Joe Marcus Clarke (marcus@marcuscom.com)
  * All Rights Reserved.  See COPYRIGHT.
@@ -26,7 +26,6 @@ demangle(const struct vol *vol, char *mfilename) {
        /* Is this really a mangled file? */
        mangle = strstr(mfilename, MANGLE_CHAR);
        if (!mangle) {
-           LOG(log_debug, logtype_afpd, "demangle: %s is not a mangled filename", mfilename);
            return mfilename;
        }