mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-10 05:59:44 -05:00
improve some log msgs' readability
This commit is contained in:
@@ -44,7 +44,7 @@ where
|
||||
};
|
||||
let sleep_time = Duration::seconds(1);
|
||||
warn!(
|
||||
"sleeping for {:?} after error: {}",
|
||||
"sleeping for {} after error: {}",
|
||||
sleep_time,
|
||||
crate::error::prettify_failure(&e)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user