diff options
| -rw-r--r-- | mumctl/src/main.rs | 2 |
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 { |
