summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-05-04 11:10:37 +0200
committerJeremy Allison <jra@samba.org>2019-08-08 20:24:32 +0000
commited37f2d3c478da34dd9b80171ec603be3c23e37b (patch)
treece02eb63977c3a591fd09ea841e8e1e4f43c3937 /source3/rpc_server
parentc282d76d556ae3744cae3f113afeda746b93949f (diff)
downloadsamba-ed37f2d3c478da34dd9b80171ec603be3c23e37b.tar.gz
s3:mdssvc: marshalling: add a newline to a DEBUG message
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/mdssvc/marshalling.c2
1 files changed, 1 insertions, 1 deletions
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;
}