about summary refs log tree commit diff
path: root/src/player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.rs')
-rw-r--r--src/player.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/player.rs b/src/player.rs
index d533f48..0804fed 100644
--- a/src/player.rs
+++ b/src/player.rs
@@ -205,9 +205,12 @@ impl SimpleComponent for Player {
                             }
                         }
                         PlayMessage::Buffering(_) => {
+                            // println!("buffering")
                             // TODO
                         }
-                        _ => {}
+                        msg => {
+                            // println!("msg: {:?}", msg);
+                        }
                     }
 
                     glib::ControlFlow::Continue