chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e515de1
)
Remove NULL terminator from two log_struct calls
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Wed, 6 Jun 2018 12:44:34 +0000
(14:44 +0200)
committer
Sven 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
patch
|
blob
|
history
diff --git
a/src/login/logind-session.c
b/src/login/logind-session.c
index d875d766f3a86f758e6ddff3ecbb60fe28eaedaf..d5f88dbb47560499e0009234843113b4daebf675 100644
(file)
--- a/
src/login/logind-session.c
+++ b/
src/login/logind-session.c
@@
-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;