projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4688b08
)
bootctl: enable colored logging
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 24 Mar 2023 21:58:35 +0000
(06:58 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 25 Mar 2023 03:38:11 +0000
(12:38 +0900)
src/boot/bootctl.c
patch
|
blob
|
history
diff --git
a/src/boot/bootctl.c
b/src/boot/bootctl.c
index f984c3050e9350455570c1d0f5a56fef1bdc1f13..022e680255f12a26ea6ac3d79d1312b9151214ba 100644
(file)
--- a/
src/boot/bootctl.c
+++ b/
src/boot/bootctl.c
@@
-455,8
+455,7
@@
static int run(int argc, char *argv[]) {
_cleanup_(umount_and_rmdir_and_freep) char *unlink_dir = NULL;
int r;
- log_parse_environment();
- log_open();
+ log_setup();
/* If we run in a container, automatically turn off EFI file system access */
if (detect_container() > 0)