use namespaces

This commit is contained in:
nora 2024-08-29 01:10:59 +02:00
parent cbf00dc6ff
commit 4e9eb447db
9 changed files with 247 additions and 109 deletions

View file

@ -456,7 +456,7 @@ impl ChannelsState {
return Err(peer_error!("server tried to open shell"));
}
info!(channel = %our_channel, "Opening shell");
debug!(channel = %our_channel, "Opening shell");
ChannelRequest::Shell { want_reply }
}
"exec" => {