diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-14 16:54:27 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-14 16:54:27 +0200 |
| commit | 7fb14d648aacd398f720f60236020dab6bf9fd35 (patch) | |
| tree | 52f4515aba225c25b006bdda82bf971a9a00f4bb /mumd/src/command.rs | |
| parent | dcb71982eab550535298b2d879a3a83820a0798a (diff) | |
| download | mum-7fb14d648aacd398f720f60236020dab6bf9fd35.tar.gz | |
add support for disconnect command
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"); } |
