mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-19 07:41:04 +02:00
feat: introduce logging in some areas
This commit is contained in:
parent
6dcae66570
commit
1e38719996
4 changed files with 15 additions and 0 deletions
|
@ -133,6 +133,7 @@ impl SwayClient {
|
|||
}
|
||||
|
||||
pub fn ipc(&mut self, command: IpcCommand) -> Result<Vec<u8>> {
|
||||
debug!("Sending command: {:?}", command);
|
||||
match self.client.ipc(command) {
|
||||
Ok(res) => Ok(res),
|
||||
Err(err) => Err(get_client_error(err)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue