Convert a few debug logs to error logs
This commit is contained in:
parent
ff38ea595a
commit
456d08dc83
2 changed files with 5 additions and 5 deletions
|
@ -585,7 +585,7 @@ static struct libseat *builtin_open_seat(struct libseat_seat_listener *listener,
|
|||
}
|
||||
|
||||
if (geteuid() != 0) {
|
||||
log_debug("Built-in seatd instance requires root privileges");
|
||||
log_error("Built-in seatd instance requires root privileges");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue