mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
Tabs to spaces
This commit is contained in:
parent
c5bae0b656
commit
231c23fbbc
@ -1153,9 +1153,9 @@ int main(int argc, char *argv[]) {
|
|||||||
log_warning_errno(r, "failed to parse kernel command line, ignoring: %m");
|
log_warning_errno(r, "failed to parse kernel command line, ignoring: %m");
|
||||||
|
|
||||||
if (arg_debug) {
|
if (arg_debug) {
|
||||||
log_set_target(LOG_TARGET_CONSOLE);
|
log_set_target(LOG_TARGET_CONSOLE);
|
||||||
log_set_max_level(LOG_DEBUG);
|
log_set_max_level(LOG_DEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getuid() != 0) {
|
if (getuid() != 0) {
|
||||||
r = log_error_errno(EPERM, "root privileges required");
|
r = log_error_errno(EPERM, "root privileges required");
|
||||||
|
Loading…
Reference in New Issue
Block a user