diff options
Diffstat (limited to 'src/structs.rs')
| -rw-r--r-- | src/structs.rs | 2 |
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()); |
