mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-08 20:58:20 +03:00
login: minor typo fix
This commit is contained in:
parent
49dbfa7b2b
commit
6ccf7562da
@ -382,7 +382,7 @@ static int session_link_x11_socket(Session *s) {
|
|||||||
c[k] = 0;
|
c[k] = 0;
|
||||||
|
|
||||||
if (access(f, F_OK) < 0) {
|
if (access(f, F_OK) < 0) {
|
||||||
log_warning("Session %s has display %s with nonexisting socket %s.", s->id, s->display, f);
|
log_warning("Session %s has display %s with non-existing socket %s.", s->id, s->display, f);
|
||||||
free(f);
|
free(f);
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user