mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-07 01:58:02 +03:00
Revert "bus-unit-util: fix bus_wait_for_jobs() debug output (#8760)"
This reverts commit d6b87637c52148f5861aca557de2711dcd0c2efd. Let's try a different approach.
This commit is contained in:
parent
679def2a06
commit
9169e4c7ba
@ -1971,8 +1971,6 @@ int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char* const* extra_ar
|
||||
if (q < 0 && r == 0)
|
||||
r = q;
|
||||
|
||||
errno = 0; /* Reset errno explicitly, so that log_debug_errno() will properly print 'Success'
|
||||
* for q == 0, instead of whatever is set in errno */
|
||||
log_debug_errno(q, "Got result %s/%m for job %s", strna(d->result), strna(d->name));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user