summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-07-29 20:45:07 +0200
committerAndreas Schneider <asn@samba.org>2010-07-29 20:45:07 +0200
commitb2be8f2267a2fdee2d9fce6a100225eea8e7928b (patch)
tree3ce29765a648a0865c364ff422611957e888a243 /source3
parentbc1c82ea137e1bf6cb55139a666c56ebb2226b23 (diff)
downloadsamba-b2be8f2267a2fdee2d9fce6a100225eea8e7928b.tar.gz
samba-b2be8f2267a2fdee2d9fce6a100225eea8e7928b.tar.bz2
samba-b2be8f2267a2fdee2d9fce6a100225eea8e7928b.zip
s3-spoolss: Fixed debug statements and increased level.
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/srv_spoolss_util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/rpc_server/srv_spoolss_util.c b/source3/rpc_server/srv_spoolss_util.c
index 768171a277..138f4f7576 100644
--- a/source3/rpc_server/srv_spoolss_util.c
+++ b/source3/rpc_server/srv_spoolss_util.c
@@ -904,7 +904,7 @@ static WERROR winreg_printer_query_binary(TALLOC_CTX *mem_ctx,
&value_len,
&result);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("winreg_printer_query_dword: Could not query value %s: %s\n",
+ DEBUG(2, ("winreg_printer_query_binary: Could not query value %s: %s\n",
wvalue.name, nt_errstr(status)));
if (!W_ERROR_IS_OK(result)) {
goto done;
@@ -934,7 +934,7 @@ static WERROR winreg_printer_query_binary(TALLOC_CTX *mem_ctx,
&value_len,
&result);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("winreg_printer_query_dword: Could not query value %s: %s\n",
+ DEBUG(2, ("winreg_printer_query_binary: Could not query value %s: %s\n",
wvalue.name, nt_errstr(status)));
if (!W_ERROR_IS_OK(result)) {
result = ntstatus_to_werror(status);
@@ -975,7 +975,7 @@ static WERROR winreg_printer_query_dword(TALLOC_CTX *mem_ctx,
&value_len,
&result);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("winreg_printer_query_dword: Could not query value %s: %s\n",
+ DEBUG(2, ("winreg_printer_query_dword: Could not query value %s: %s\n",
wvalue.name, nt_errstr(status)));
if (!W_ERROR_IS_OK(result)) {
goto done;
@@ -1011,7 +1011,7 @@ static WERROR winreg_printer_query_dword(TALLOC_CTX *mem_ctx,
&value_len,
&result);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0, ("winreg_printer_query_dword: Could not query value %s: %s\n",
+ DEBUG(2, ("winreg_printer_query_dword: Could not query value %s: %s\n",
wvalue.name, nt_errstr(status)));
if (!W_ERROR_IS_OK(result)) {
result = ntstatus_to_werror(status);