1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-29 02:10:04 +08:00

update verbose outputs

This commit is contained in:
2019-08-10 10:32:03 +08:00
parent 6f06b9d109
commit 5bb8caac00

View File

@@ -253,7 +253,7 @@ fn main() {
cmd.arg(&args[i]);
}
if *VERBOSE {
print_message(MessageType::DEBUG, "Environment variables:");
print_message(MessageType::DEBUG, "-----Environment variables-----");
for (k, v) in new_env {
print_message(MessageType::DEBUG, &format!("{}={}", k, v));
}