trivial loglevel adjustements
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index 69b71e77670769e254807d62f373c9d4f89e05e0..608bdde87e3fc32de56739f119b05b619310108a 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -198,7 +198,7 @@ int guess_audio_format(const char *name)
                                continue;
                        if (strcasecmp(name + len - plen, p))
                                continue;
-                       PARA_DEBUG_LOG("might be %s\n", audio_format_name(i));
+//                     PARA_DEBUG_LOG("might be %s\n", audio_format_name(i));
                        return i;
                }
        }