summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/printing/print_cups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c
index 561e07d2ac3..fd78a7ff1c4 100644
--- a/source3/printing/print_cups.c
+++ b/source3/printing/print_cups.c
@@ -148,7 +148,7 @@ static http_t *cups_connect(TALLOC_CTX *frame)
alarm(0);
if (http == NULL) {
- DEBUG(0,("Unable to connect to CUPS server %s:%d - %s\n",
+ DEBUG(3,("Unable to connect to CUPS server %s:%d - %s\n",
server, port, strerror(errno)));
}
@@ -526,7 +526,7 @@ static void cups_async_callback(struct tevent_context *event_ctx,
}
if (!NT_STATUS_IS_OK(pcap_data.status)) {
- DEBUG(0,("failed to retrieve printer list: %s\n",
+ DEBUG(3,("failed to retrieve printer list: %s\n",
nt_errstr(pcap_data.status)));
goto err_out;
}