fix: P12 init_debug import error in base init
The init_debug macro was used without importing it, causing a compile error. P12 patch adds the missing import. Wired into base recipe.toml patches list. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
diff --git a/init/src/main.rs b/init/src/main.rs
|
||||
index 45cb9f73..f3861e94 100644
|
||||
--- a/init/src/main.rs
|
||||
+++ b/init/src/main.rs
|
||||
@@ -18 +18 @@ mod unit;
|
||||
-use crate::color::{init_error, init_warn, status_fail, status_ok};
|
||||
+use crate::color::{init_debug, init_error, init_warn, status_ok};
|
||||
@@ -5,6 +5,7 @@ patches = [
|
||||
"redox.patch",
|
||||
"P10-rootfs-uuid-search-no-block.patch",
|
||||
"P11-init-noise-reduction.patch",
|
||||
"P12-init-fix-init-debug-import.patch",
|
||||
]
|
||||
|
||||
[package]
|
||||
|
||||
Reference in New Issue
Block a user