From ed37f2d3c478da34dd9b80171ec603be3c23e37b Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 4 May 2019 11:10:37 +0200 Subject: [PATCH] s3:mdssvc: marshalling: add a newline to a DEBUG message Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source3/rpc_server/mdssvc/marshalling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3