summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-22 17:57:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-22 17:58:12 +0200
commit771b52427a8aad070e607a0c1ae3b7a46a36db00 (patch)
tree61c52a8e448ec320874b1888c7b6c9fdde8e071c
parente3643b00a86f41f7c7eea188b392982195182601 (diff)
downloadsystemd-771b52427a8aad070e607a0c1ae3b7a46a36db00.tar.gz
core/job: adjust whitespace and comment
-rw-r--r--src/core/job.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/job.c b/src/core/job.c
index ff49136d70..d97cb64d38 100644
--- a/src/core/job.c
+++ b/src/core/job.c
@@ -990,9 +990,10 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive, bool alr
j->result = result;
- log_unit_debug(u, "Job %" PRIu32 " %s/%s finished, result=%s", j->id, u->id, job_type_to_string(t), job_result_to_string(result));
+ log_unit_debug(u, "Job %" PRIu32 " %s/%s finished, result=%s",
+ j->id, u->id, job_type_to_string(t), job_result_to_string(result));
- /* If this job did nothing to respective unit we don't log the status message */
+ /* If this job did nothing to the respective unit we don't log the status message */
if (!already)
job_emit_done_status_message(u, j->id, t, result);