diff options
Diffstat (limited to 'mumd/src/command.rs')
| -rw-r--r-- | mumd/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/command.rs b/mumd/src/command.rs index 04475aa..1337dce 100644 --- a/mumd/src/command.rs +++ b/mumd/src/command.rs @@ -49,6 +49,7 @@ pub async fn handle( } ExecutionContext::Ping(generator, converter) => { let ret = generator(); + debug!("Ping generated: {:?}", ret); match ret { Ok(addr) => { let id = ping_count.fetch_add(1, Ordering::Relaxed); |
