Mismatched format and args.
authorJeremy Allison <jra@samba.org>
Fri, 27 Apr 2001 22:19:25 +0000 (22:19 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 27 Apr 2001 22:19:25 +0000 (22:19 +0000)
Jeremy.

source/nmbd/nmbd_packets.c

index dcdf1a9df16db1fd55ca740ce63129f9f3e4def1..00059c1775e7085cac42fcd506402125e80dbf0c 100644 (file)
@@ -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;