X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.c;fp=src%2Fcore%2Funit.c;h=c3433b2c5d5e6c04d09765d4afe05cbfcc9dfdbf;hp=23ad7c10e0739733cb7d0bab479392f003aecaf3;hb=5ffa8c818120e35c89becd938d160235c069dd12;hpb=294929f8916ca37d89ccb1757868d22f8068c56b diff --git a/src/core/unit.c b/src/core/unit.c index 23ad7c10e..c3433b2c5 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1399,7 +1399,6 @@ static void unit_status_log_starting_stopping_reloading(Unit *u, JobType t) { DISABLE_WARNING_FORMAT_NONLITERAL; snprintf(buf, sizeof(buf), format, unit_description(u)); - char_array_0(buf); REENABLE_WARNING; mid = t == JOB_START ? SD_MESSAGE_UNIT_STARTING :