]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Ndr pull and push errors are worth to be logged with 1 at least.
authorGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 15:44:37 +0000 (16:44 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 17:04:01 +0000 (18:04 +0100)
Guenther

source/librpc/ndr/ndr.c

index 53eff00d59cb9c8e4db7aa0d21ea707fa4060a71..d94d12e1466c0ad66e5f52f20c5b347d880f76f0 100644 (file)
@@ -464,7 +464,7 @@ _PUBLIC_ enum ndr_err_code ndr_pull_error(struct ndr_pull *ndr,
                return NDR_ERR_ALLOC;
        }
 
-       DEBUG(3,("ndr_pull_error(%u): %s\n", ndr_err, s));
+       DEBUG(1,("ndr_pull_error(%u): %s\n", ndr_err, s));
 
        free(s);
 
@@ -490,7 +490,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_error(struct ndr_push *ndr,
                return NDR_ERR_ALLOC;
        }
 
-       DEBUG(3,("ndr_push_error(%u): %s\n", ndr_err, s));
+       DEBUG(1,("ndr_push_error(%u): %s\n", ndr_err, s));
 
        free(s);