From 3233888c65d5834784db6fab7a929dc8fdda1176 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 17 Dec 2009 10:13:56 +0100 Subject: [PATCH] Disable noisy debugging statements --- src/app-layer-detect-proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-layer-detect-proto.c b/src/app-layer-detect-proto.c index a3993dc3de..e4423aa0d5 100644 --- a/src/app-layer-detect-proto.c +++ b/src/app-layer-detect-proto.c @@ -260,7 +260,7 @@ end: if (mpm_table[dir->mpm_ctx.mpm_type].Cleanup != NULL) { mpm_table[dir->mpm_ctx.mpm_type].Cleanup(&tdir->mpm_ctx); } -#if 1 +#if 0 printf("AppLayerDetectGetProto: returning %" PRIu16 " (%s): ", proto, flags & STREAM_TOCLIENT ? "TOCLIENT" : "TOSERVER"); switch (proto) { case ALPROTO_HTTP: