From fe28d59bc4b6a5fd5a6ca9fb7d4693307a7739b3 Mon Sep 17 00:00:00 2001 From: aCaB Date: Fri, 26 Feb 2010 02:03:12 +0100 Subject: [PATCH] fix icon debug spam to match the actual .idb format --- libclamav/pe_icons.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libclamav/pe_icons.c b/libclamav/pe_icons.c index 9106df4f0..02f2c50d7 100644 --- a/libclamav/pe_icons.c +++ b/libclamav/pe_icons.c @@ -1145,8 +1145,7 @@ static int getmetrics(unsigned int side, unsigned int *imagedata, struct icomtr sprintf(ptr, "%02x", res->gsum); ptr+=2; sprintf(ptr, "%02x", res->bsum); ptr+=2; sprintf(ptr, "%02x", res->ccount); - cli_dbgmsg("ICO SIGNATURE: ICON.NAME:%s\n", mstr); - + cli_dbgmsg("IDB SIGNATURE: ICON_NAME:GROUP1:GROUP2:%s\n", mstr); } return CL_CLEAN;