1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-21 18:44:19 +00:00

Print full error on service crash

This commit is contained in:
Steffo 2024-10-28 04:51:28 +01:00
parent d77da93151
commit 35372b24bd
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -16,7 +16,7 @@ pub trait RoyalnetService {
match result {
Err(e) => {
log::error!("Service exited with error: {e:?}.")
log::error!("Service exited with error: {e:#?}.")
}
_ => {
log::debug!("Service exited successfully!")