Dirk Mueller
589dff3a54
- 0029-rpcbind-sd-notify-stupid-errmsg.patch: Remove a useless error/debug message (bnc#881663) OBS-URL: https://build.opensuse.org/request/show/236722 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=47
23 lines
743 B
Diff
23 lines
743 B
Diff
A stupid error/debug thingie crept into the patch set which shouldn't be there.
|
|
Nuking it. See bnc#881663
|
|
|
|
Signed-off-by: okir@suse.de
|
|
|
|
---
|
|
src/rpcbind.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: rpcbind-0.2.1_rc4/src/rpcbind.c
|
|
===================================================================
|
|
--- rpcbind-0.2.1_rc4.orig/src/rpcbind.c
|
|
+++ rpcbind-0.2.1_rc4/src/rpcbind.c
|
|
@@ -266,7 +266,7 @@ main(int argc, char *argv[])
|
|
* used systemd socket activation or not. When started from the command
|
|
* line, this should not hurt either.
|
|
*/
|
|
- rpcbind_log_error("sd_notify returns %d\n", sd_notify(0, "READY=1"));
|
|
+ sd_notify(0, "READY=1");
|
|
#endif
|
|
my_svc_run();
|
|
rpcbind_log_error("svc_run returned unexpectedly");
|