aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumctl/src/main.rs')
-rw-r--r--mumctl/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs
index 7f428eb..9508cc0 100644
--- a/mumctl/src/main.rs
+++ b/mumctl/src/main.rs
@@ -389,7 +389,7 @@ fn match_opt() -> Result<(), Error> {
} else {
//TODO report volume of user
// needs work on mumd
- todo!();
+ warn!("Currently unimplemented");
}
}
Command::Mute { user } => match user {