sleep: drop redundant MESSAGE= prefix

This commit is contained in:
Lennart Poettering 2014-12-09 03:58:20 +01:00
parent bf27dcb613
commit a5ccdb9884

View file

@ -121,7 +121,7 @@ static int execute(char **modes, char **states) {
log_struct(LOG_INFO,
LOG_MESSAGE_ID(SD_MESSAGE_SLEEP_STOP),
LOG_MESSAGE("MESSAGE=System resumed."),
LOG_MESSAGE("System resumed."),
"SLEEP=%s", arg_verb,
NULL);