X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Funit.c;h=88cddbd02355b2c0e3bc4d7a9ba328060b3d4cc1;hb=b2dc4e44c540a30c5ea12a9a570425ceb310c320;hp=2e8df7d8d8017b12b8ad21cf683b622914cbfc76;hpb=79008bddf679a5e0900369950eb346c9fa687107;p=elogind.git diff --git a/src/core/unit.c b/src/core/unit.c index 2e8df7d8d..88cddbd02 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1394,10 +1394,10 @@ static void unit_status_log_starting_stopping_reloading(Unit *u, JobType t) { t == JOB_STOP ? SD_MESSAGE_UNIT_STOPPING : SD_MESSAGE_UNIT_RELOADING; - log_unit_struct(LOG_INFO, - u->id, - MESSAGE_ID(mid), - "MESSAGE=%s", buf, + log_unit_struct(u->id, + LOG_INFO, + LOG_MESSAGE_ID(mid), + LOG_MESSAGE("%s", buf), NULL); }