wlr-screencopy, though it doesnt work
This commit is contained in:
@@ -63,7 +63,7 @@ fn auto_run(running: Arc<AtomicBool>) {
|
||||
Ok(()) => return,
|
||||
Err(BackendError::NotSupported) => (),
|
||||
Err(e) => {
|
||||
log::error!("{}", e);
|
||||
log::error!("{}", e.to_string());
|
||||
return;
|
||||
}
|
||||
};
|
||||
@@ -76,7 +76,7 @@ fn auto_run(running: Arc<AtomicBool>) {
|
||||
Ok(()) => return,
|
||||
Err(BackendError::NotSupported) => (),
|
||||
Err(e) => {
|
||||
log::error!("{}", e);
|
||||
log::error!("{}", e.to_string());
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user