summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index 60c61e7..23ff4a3 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -48,7 +48,7 @@ pub async fn build(matches: &ArgMatches,
let now = chrono::offset::Local::now().naive_local();
let submit_id = uuid::Uuid::new_v4();
- info!("Submit {}, started {}", submit_id, now);
+ println!("Submit {}, started {}", submit_id, now);
let shebang = Shebang::from({
matches.value_of("shebang")