diff --git a/src/main.rs b/src/main.rs index 7a8ebdf..fa8ca02 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,6 +22,7 @@ fn main() { log("main", "========== PROGRAM START ==========", LogLevel::Info); if !is_run_as_root() { + log("main", "Program is not run as root. Trying to run as root...", LogLevel::Warn); run_as_root(); }