summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-17 17:37:38 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-17 18:12:27 +0200
commitd2b09bed9c403544f4649d84007907e107d01508 (patch)
tree4a24207bbd52c2087a7cef4c31869732225c517d /src/login/logind-seat.c
parent57548a7257004bc1ccb16a4a4aee76a91b5a23fe (diff)
Prep v233: Add missing updates from upstream in src/login
Diffstat (limited to 'src/login/logind-seat.c')
-rw-r--r--src/login/logind-seat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index 84a46bf7b..de27e7137 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -419,7 +419,7 @@ int seat_start(Seat *s) {
return 0;
log_struct(LOG_INFO,
- LOG_MESSAGE_ID(SD_MESSAGE_SEAT_START),
+ "MESSAGE_ID=" SD_MESSAGE_SEAT_START_STR,
"SEAT_ID=%s", s->id,
LOG_MESSAGE("New seat %s.", s->id),
NULL);
@@ -449,7 +449,7 @@ int seat_stop(Seat *s, bool force) {
if (s->started)
log_struct(LOG_INFO,
- LOG_MESSAGE_ID(SD_MESSAGE_SEAT_STOP),
+ "MESSAGE_ID=" SD_MESSAGE_SEAT_STOP_STR,
"SEAT_ID=%s", s->id,
LOG_MESSAGE("Removed seat %s.", s->id),
NULL);