Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:Update
lvm2-clvm.16468
bug-1172597_2-cleanup-missed-string-specifier.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1172597_2-cleanup-missed-string-specifier.patch of Package lvm2-clvm.16468
From 228e331e270451e16126659655905a583a03a0d3 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac <zkabelac@redhat.com> Date: Wed, 17 Apr 2019 11:29:35 +0200 Subject: [PATCH] cleanup: missed string specifier --- libdaemon/server/daemon-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdaemon/server/daemon-server.c b/libdaemon/server/daemon-server.c index c61683a..8534b79 100644 --- a/libdaemon/server/daemon-server.c +++ b/libdaemon/server/daemon-server.c @@ -658,7 +658,7 @@ void daemon_start(daemon_state s) sigprocmask(SIG_SETMASK, &new_set, NULL); if (_shutdown_requested && !s.threads->next) { sigprocmask(SIG_SETMASK, &old_set, NULL); - INFO(&s, "shutdown requested", s.name); + INFO(&s, "%s shutdown requested", s.name); break; } ret = pselect(s.socket_fd + 1, &in, NULL, NULL, _get_timeout(s), &old_set); -- 1.8.3.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor