From: Volker Lendecke Date: Fri, 24 Feb 2012 14:45:37 +0000 (+0100) Subject: s3: Fix a DEBUG msg X-Git-Tag: tdb-1.2.10~641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28901acd27bb7b1bfc19ad1a7e0167d55124682c;p=thirdparty%2Fsamba.git s3: Fix a DEBUG msg --- diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 3cb44c4137a..06f3e06be13 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -1826,7 +1826,7 @@ static bool smb_splice_chain(uint8_t **poutbuf, uint8_t smb_command, new_size += bytes_padding + num_bytes; if ((smb_command != SMBwriteX) && (new_size > 0xffff)) { - DEBUG(1, ("splice_chain: %u bytes won't fit\n", + DEBUG(1, ("smb_splice_chain: %u bytes won't fit\n", (unsigned)new_size)); return false; }