The Samba-Bugzilla – Attachment 13947 Details for
Bug 11568
'STATUS=' in debug messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix 2
0001-Remove-STATUS-from-debug-messages.patch (text/plain), 1.48 KB, created by
Marcos Mello
on 2018-02-08 10:21:49 UTC
(
hide
)
Description:
Fix 2
Filename:
MIME Type:
Creator:
Marcos Mello
Created:
2018-02-08 10:21:49 UTC
Size:
1.48 KB
patch
obsolete
>From 1fdeb09e38a6261d5415f486655de4513dff8491 Mon Sep 17 00:00:00 2001 >From: Marcos Mello <marcosfrm@gmail.com> >Date: Wed, 7 Feb 2018 07:57:20 -0200 >Subject: [PATCH] Remove STATUS= from debug messages > >https://bugzilla.samba.org/show_bug.cgi?id=11568 >Signed-off-by: Marcos Mello <marcosfrm@gmail.com> >--- > lib/util/become_daemon.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/lib/util/become_daemon.c b/lib/util/become_daemon.c >index 232eda69b64..0ea8f772a61 100644 >--- a/lib/util/become_daemon.c >+++ b/lib/util/become_daemon.c >@@ -120,7 +120,7 @@ void exit_daemon(const char *msg, int error) > msg, > error); > #endif >- DBG_ERR("STATUS=daemon failed to start: %s, error code %d\n", >+ DBG_ERR("daemon failed to start: %s, error code %d\n", > msg, error); > exit(1); > } >@@ -134,7 +134,7 @@ void daemon_ready(const char *daemon) > sd_notifyf(0, "READY=1\nSTATUS=%s: ready to serve connections...", > daemon); > #endif >- DBG_ERR("STATUS=daemon '%s' finished starting up and ready to serve " >+ DBG_ERR("daemon '%s' finished starting up and ready to serve " > "connections\n", daemon); > } > >@@ -144,7 +144,7 @@ void daemon_status(const char *daemon, const char *msg) > daemon = "Samba"; > } > #if defined(HAVE_LIBSYSTEMD_DAEMON) || defined(HAVE_LIBSYSTEMD) >- sd_notifyf(0, "\nSTATUS=%s: %s", daemon, msg); >+ sd_notifyf(0, "STATUS=%s: %s", daemon, msg); > #endif >- DBG_ERR("STATUS=daemon '%s' : %s\n", daemon, msg); >+ DBG_ERR("daemon '%s' : %s\n", daemon, msg); > } >-- >2.16.1 >
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
Actions:
View
Attachments on
bug 11568
:
13939
| 13947 |
14960
|
14961
|
14964