diff options
Diffstat (limited to 'mumd/src/command.rs')
| -rw-r--r-- | mumd/src/command.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumd/src/command.rs b/mumd/src/command.rs index 0e5bdc7..bfdb7dd 100644 --- a/mumd/src/command.rs +++ b/mumd/src/command.rs @@ -49,4 +49,6 @@ pub async fn handle( } command_response_sender.send(command_response).unwrap(); } + + debug!("Finished handling commands"); } |
