diff options
Diffstat (limited to 'src/login/multi-seat-x.c')
-rw-r--r-- | src/login/multi-seat-x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/multi-seat-x.c b/src/login/multi-seat-x.c index 92014f5316..a1fab86f6a 100644 --- a/src/login/multi-seat-x.c +++ b/src/login/multi-seat-x.c @@ -121,7 +121,7 @@ int main(int argc, char *argv[]) { path = strappend("/run/systemd/multi-session-x/", seat); if (!path) { - log_error("Out of memory"); + log_error("Out of memory."); goto fail; } |