From 138cfdb68c15700c8b260373c8410969a396ad0a Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 10 Feb 2018 05:45:50 +0200 Subject: [PATCH] EpisodeWidget: use debug! instead of error! to avoid spamming stderr with *not actuall* errors. --- hammond-gtk/src/widgets/episode.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hammond-gtk/src/widgets/episode.rs b/hammond-gtk/src/widgets/episode.rs index 491f113..e34c9a6 100644 --- a/hammond-gtk/src/widgets/episode.rs +++ b/hammond-gtk/src/widgets/episode.rs @@ -117,8 +117,8 @@ impl EpisodeWidget { // Show or hide the play/delete/download buttons upon widget initialization. if let Err(err) = self.show_buttons(episode.local_uri()) { - error!("Failed to determine play/download button state."); - error!("Error: {}", err); + debug!("Failed to determine play/download button state."); + debug!("Error: {}", err); } // Set the size label.