summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-09-20 10:20:31 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-09-20 12:01:48 +0200
commitd52d7efba31e3f1e63ed365900aba0a8cb960930 (patch)
tree74b9ae7bc5c2bee4d3cdafd5ba6f0c4a64238766 /source3/printing
parentbc77745cfaf502e24575dab9ae323643d94760e3 (diff)
downloadsamba-d52d7efba31e3f1e63ed365900aba0a8cb960930.tar.gz
samba-d52d7efba31e3f1e63ed365900aba0a8cb960930.tar.bz2
samba-d52d7efba31e3f1e63ed365900aba0a8cb960930.zip
s3-printing: Increase debug level for info that the db is empty.
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Sep 20 12:01:48 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/printer_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/printer_list.c b/source3/printing/printer_list.c
index 7079ddc037..0afb84bd4d 100644
--- a/source3/printing/printer_list.c
+++ b/source3/printing/printer_list.c
@@ -92,7 +92,8 @@ NTSTATUS printer_list_get_printer(TALLOC_CTX *mem_ctx,
status = dbwrap_fetch_bystring_upper(db, key, key, &data);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(1, ("Failed to fetch record!\n"));
+ DEBUG(6, ("Failed to fetch record! "
+ "The printer database is empty?\n"));
goto done;
}