From d52d7efba31e3f1e63ed365900aba0a8cb960930 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 20 Sep 2012 10:20:31 +0200 Subject: s3-printing: Increase debug level for info that the db is empty. Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Sep 20 12:01:48 CEST 2012 on sn-devel-104 --- source3/printing/printer_list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/printing') 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; } -- cgit