[KERNEL] Change fragmented packet log

git-svn-id: svn://kolibrios.org@9815 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2022-05-15 12:36:21 +00:00
parent 607e199769
commit 7218749f8a

View File

@ -564,7 +564,7 @@ ipv4_input:
; FIXME: Remove this block once allocated network buffers handling is implemented.
if 1
DEBUGF DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet of size %d is dropped\n", ecx
DEBUGF DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet is dropped\n", ecx
call kernel_free ; Ptr to buffer is on the stack already
inc [IPv4_packets_dumped + edi]
ret