From 56598236982abc2d9a227d650a518416b4679870 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 20 Sep 2012 10:20:31 +0200 Subject: [PATCH] s3-printing: Increase debug level for info that the db is empty. (cherry picked from commit c80d70da1364349a5329d17a68033163c5025264) Signed-off-by: Andreas Schneider --- source3/printing/printer_list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/printing/printer_list.c b/source3/printing/printer_list.c index 6ddd774..8f196a5 100644 --- a/source3/printing/printer_list.c +++ b/source3/printing/printer_list.c @@ -91,7 +91,8 @@ NTSTATUS printer_list_get_printer(TALLOC_CTX *mem_ctx, data = dbwrap_fetch_bystring_upper(db, key, key); if (data.dptr == NULL) { - DEBUG(1, ("Failed to fetch record!\n")); + DEBUG(6, ("Failed to fetch record! " + "The printer database is empty?\n")); status = NT_STATUS_NOT_FOUND; goto done; } -- 1.7.12