The Samba-Bugzilla – Attachment 7910 Details for
Bug 9112
smbd.log is flooded by 'printer_list_get_printer: Failed to fetch record!'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Increase debug level of debug message.
0001-s3-printing-Increase-debug-level-for-info-that-the-d.patch (text/plain), 976 bytes, created by
Andreas Schneider
on 2012-09-20 08:25:07 UTC
(
hide
)
Description:
Increase debug level of debug message.
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-09-20 08:25:07 UTC
Size:
976 bytes
patch
obsolete
>From 56598236982abc2d9a227d650a518416b4679870 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >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 <asn@samba.org> >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
gd
:
review+
Actions:
View
Attachments on
bug 9112
:
7808
|
7836
|
7838
|
7897
|
7909
| 7910