]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:mdssvc: marshalling: add a newline to a DEBUG message
authorRalph Boehme <slow@samba.org>
Sat, 4 May 2019 09:10:37 +0000 (11:10 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 8 Aug 2019 20:24:32 +0000 (20:24 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/mdssvc/marshalling.c

index eee1cd93010524b6ae968a281bd2bc0dc1e14241..39eeaad0d60a7ebf929fd8fd1558151894c565b1 100644 (file)
@@ -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;
                }