mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
address bugs
This commit is contained in:
committed by
Aiden McClelland
parent
c278e7fbc2
commit
cdca5e1b67
@@ -291,10 +291,10 @@ impl Manager {
|
||||
.unwrap(); // recv is still in scope, cannot fail
|
||||
}
|
||||
Ok(Err(e)) => {
|
||||
todo!("application crashed")
|
||||
log::error!("application crashed: {}: {}", e.0, e.1)
|
||||
}
|
||||
Err(e) => {
|
||||
todo!("failed to start application: {}", e)
|
||||
log::error!("failed to start application: {}", e)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user