aboutsummaryrefslogtreecommitdiffstats
path: root/src/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.rs')
-rw-r--r--src/structs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.rs b/src/structs.rs
index 0139394..e0088be 100644
--- a/src/structs.rs
+++ b/src/structs.rs
@@ -60,7 +60,7 @@ impl State {
});
}
if let Err(err) = self.save() {
- println!("{}", err);
+ eprintln!("{}", err);
}
// TODO only download new rss, don't refresh all
update_rss(&self.clone());