summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 14:34:06 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 14:34:06 +0200
commit880f43e87614e2d256eff61f4bb5f4052de02e59 (patch)
tree6c4a807297bc409b57ddf3fbfc43c509403aab29 /src/main.rs
parent1e851a758e32834d909740df342831fef3d0e4b5 (diff)
New command type
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 03d08ff..280df8a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,7 +40,7 @@ fn main() {
}
},
Err(e) => {
- //eprintln!("WARN: State file could not be parsed: {}", e);
+ eprintln!("WARN: State file could not be parsed: {}", e);
Command::new(Action::DoNothing)
}
};