1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

refactor(hyprland): improve logging

This commit is contained in:
Jake Stanger 2024-10-18 23:58:04 +01:00
parent 42e18da126
commit 8cdbe7e083
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -119,7 +119,7 @@ impl Client {
{
Self::send_focus_change(&mut prev_workspace, workspace, &tx);
} else {
error!("Unable to locate workspace");
error!("unable to locate workspace: {workspace_name}");
}
});
}
@ -154,6 +154,7 @@ impl Client {
event_listener.add_workspace_rename_handler(move |data| {
let _lock = lock!(lock);
debug!("Received workspace rename: {data:?}");
send!(
tx,