From d57feb2c85f973ad22098054b8d6d049869e2a69 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 27 Apr 2001 22:19:25 +0000 Subject: [PATCH] Mismatched format and args. Jeremy. --- source/nmbd/nmbd_packets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nmbd/nmbd_packets.c b/source/nmbd/nmbd_packets.c index dcdf1a9df16..00059c1775e 100644 --- a/source/nmbd/nmbd_packets.c +++ b/source/nmbd/nmbd_packets.c @@ -1269,7 +1269,7 @@ an error packet of type %x\n", return; if (buf2 + len > buf + sizeof(dgram->data)) { - DEBUG(2,("process_dgram: datagram from %s to %s IP %s for %s %d len=%d too long.\n", + DEBUG(2,("process_dgram: datagram from %s to %s IP %s for %s len=%d too long.\n", nmb_namestr(&dgram->source_name),nmb_namestr(&dgram->dest_name), inet_ntoa(p->ip), smb_buf(buf),len)); len = (buf + sizeof(dgram->data)) - buf; -- 2.34.1