[update] Warn on no server instances.

main
Shinyzenith 2 years ago
parent 6d7b42e36e
commit f919ff91f3
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -43,7 +43,9 @@ pub fn main() {
log::debug!("{} Keyboard device(s) detected.", keyboard_devices.len());
match sock_send("notify-send hello world") {
Err(e) => {
log::error!("Failed to send command over IPC: {:#?}", e);
log::error!("Failed to send command over IPC.");
log::error!("Is swhks running?");
log::error!("{:#?}", e)
}
_ => {}
};

Loading…
Cancel
Save