From: Ralph Boehme Date: Sat, 4 May 2019 09:10:37 +0000 (+0200) Subject: s3:mdssvc: marshalling: add a newline to a DEBUG message X-Git-Tag: tdb-1.4.2~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed37f2d3c478da34dd9b80171ec603be3c23e37b;p=thirdparty%2Fsamba.git s3:mdssvc: marshalling: add a newline to a DEBUG message Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/rpc_server/mdssvc/marshalling.c b/source3/rpc_server/mdssvc/marshalling.c index eee1cd93010..39eeaad0d60 100644 --- a/source3/rpc_server/mdssvc/marshalling.c +++ b/source3/rpc_server/mdssvc/marshalling.c @@ -1006,7 +1006,7 @@ static ssize_t sl_unpack_cpx(DALLOC_CTX *query, return -1; } if (tag.size < 16) { - DEBUG(1, ("%s: size too mall: %zu", __func__, tag.size)); + DBG_WARNING("size too mall: %zu\n", tag.size); return -1; }