chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / login / logind-session.c
index d875d766f3a86f758e6ddff3ecbb60fe28eaedaf..4614cb522bc1bc5b8118e240c17ee129df163135 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd.
-
   Copyright 2011 Lennart Poettering
 ***/
 
@@ -715,8 +713,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;