Tabs to spaces

This commit is contained in:
Boian Bonev 2023-10-03 20:54:58 +03:00
parent c5bae0b656
commit 231c23fbbc
No known key found for this signature in database
GPG Key ID: 1365720913D2F22D

View File

@ -1153,9 +1153,9 @@ int main(int argc, char *argv[]) {
log_warning_errno(r, "failed to parse kernel command line, ignoring: %m");
if (arg_debug) {
log_set_target(LOG_TARGET_CONSOLE);
log_set_target(LOG_TARGET_CONSOLE);
log_set_max_level(LOG_DEBUG);
}
}
if (getuid() != 0) {
r = log_error_errno(EPERM, "root privileges required");