Skip to content

Commit

Permalink
systemd: Enclose status description inside quotes
Browse files Browse the repository at this point in the history
... in the log message.

(cherry picked from commit 5a96d18)
  • Loading branch information
dumbbell authored and mergify-bot committed Aug 10, 2021
1 parent b5a8e61 commit 8fae94c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ notify_boot_state(ready = BootState) ->
notify_boot_state(BootState) ->
Status = boot_state_to_desc(BootState),
?LOG_DEBUG(
?LOG_PREFIX "sending non-systemd state (~s) as status description: ~s",
?LOG_PREFIX "sending non-systemd state (~s) as status description: "
"\"~s\"",
[BootState, Status],
#{domain => ?RMQLOG_DOMAIN_PRELAUNCH}),
systemd:notify({status, Status}).
Expand Down

0 comments on commit 8fae94c

Please sign in to comment.