From 06df103c1c91d40232d9607bc073aeefc65e36e6 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Thu, 24 Apr 2014 17:34:09 +0000 Subject: [PATCH] Fixed some debug output in ICMP_input procedure. git-svn-id: svn://kolibrios.org@4892 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/network/icmp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/trunk/network/icmp.inc b/kernel/trunk/network/icmp.inc index d3e6a306a4..e206b76574 100644 --- a/kernel/trunk/network/icmp.inc +++ b/kernel/trunk/network/icmp.inc @@ -294,12 +294,12 @@ ICMP_input: call mutex_unlock popa - DEBUGF DEBUG_NETWORK_VERBOSE, "ICMP_input: no socket found\n" + DEBUGF DEBUG_NETWORK_ERROR, "ICMP_input: no socket found\n" jmp .dump .checksum_mismatch: - DEBUGF DEBUG_NETWORK_VERBOSE, "checksum mismatch\n" + DEBUGF DEBUG_NETWORK_ERROR, "ICMP_input: checksum mismatch\n" .dump: DEBUGF DEBUG_NETWORK_VERBOSE, "ICMP_input: dumping\n"