summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
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)
}
};