mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 16:01:28 +03:00
fix frontend channel buffer size
This commit is contained in:
@@ -34,7 +34,12 @@ pub fn run() -> glib::ExitCode {
|
||||
#[cfg(not(windows))]
|
||||
let ret = gtk_main();
|
||||
|
||||
log::debug!("frontend exited");
|
||||
if ret == glib::ExitCode::FAILURE {
|
||||
log::error!("frontend exited with failure");
|
||||
} else {
|
||||
log::info!("frontend exited successfully");
|
||||
}
|
||||
|
||||
ret
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user