chiark / gitweb /
Remove NULL terminator from two log_struct calls
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 Jun 2018 12:44:34 +0000 (14:44 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Fixup for a1230ff972. I forgot to press "save" ;(

src/login/logind-session.c

index d875d766f3a86f758e6ddff3ecbb60fe28eaedaf..d5f88dbb47560499e0009234843113b4daebf675 100644 (file)
@@ -715,8 +715,7 @@ static int session_stop_scope(Session *s, bool force) {
                            "SESSION_ID=%s", s->id,
                            "USER_ID=%s", s->user->name,
                            "LEADER="PID_FMT, s->leader,
-                           LOG_MESSAGE("Session %s logged out. Waiting for processes to exit.", s->id),
-                           NULL);
+                           LOG_MESSAGE("Session %s logged out. Waiting for processes to exit.", s->id));
         }
 
         return 0;