14 lines
464 B
Diff
14 lines
464 B
Diff
diff --git a/init/src/main.rs b/init/src/main.rs
|
|
index e7f6712f..6b9da2b2 100644
|
|
--- a/init/src/main.rs
|
|
+++ b/init/src/main.rs
|
|
@@ -169,0 +170 @@ fn main() {
|
|
+ if init_config.log_debug {
|
|
@@ -171 +172,2 @@ fn main() {
|
|
- init_warn(&format!("rootfs-file: {}", name));
|
|
+ init_debug(&format!("rootfs-file: {}", name));
|
|
+ }
|
|
@@ -180 +182 @@ fn main() {
|
|
- init_warn(&format!(
|
|
+ init_debug(&format!(
|