From: Zbigniew Jędrzejewski-Szmek Date: Fri, 30 Sep 2016 11:35:07 +0000 (+0200) Subject: core: update warning message X-Git-Tag: v234~1037 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fd2c135f1fd6b5147de54531940f398c6213b0c;p=platform%2Fupstream%2Fsystemd.git core: update warning message "closing all" might suggest that _all_ fds received with the notification message will be closed. Reword the message to clarify that only the "unused" ones will be closed. --- diff --git a/src/core/manager.c b/src/core/manager.c index 26a3152..e63b31b 100644 --- a/src/core/manager.c +++ b/src/core/manager.c @@ -1787,7 +1787,7 @@ static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t log_warning("Cannot find unit for notify message of PID "PID_FMT".", ucred->pid); if (fdset_size(fds) > 0) - log_warning("Got auxiliary fds with notification message, closing all."); + log_warning("Got extra auxiliary fds with notification message, closing them."); return 0; }