Skip to content

Commit

Permalink
udevadm/test,test-builtin: enable debugging logs by default again
Browse files Browse the repository at this point in the history
The lines were mistakenly dropped by
aa976d8.
  • Loading branch information
yuwata committed Aug 23, 2024
1 parent ab61b88 commit b9142e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/udev/udevadm-test-builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ int builtin_main(int argc, char *argv[], void *userdata) {
UdevBuiltinCommand cmd;
int r;

log_set_max_level(LOG_DEBUG);
log_setup();

r = parse_argv(argc, argv);
Expand Down
1 change: 1 addition & 0 deletions src/udev/udevadm-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ int test_main(int argc, char *argv[], void *userdata) {
sigset_t mask, sigmask_orig;
int r;

log_set_max_level(LOG_DEBUG);
log_setup();

r = parse_argv(argc, argv);
Expand Down

0 comments on commit b9142e2

Please sign in to comment.