Fix 2 compiler warnings. More \n around panic outputs (#867)
* avoid compiler warnings on 3 tests * more newlines around logging a panic
This commit is contained in:
committed by
Ignotus Peverell
parent
3f1e7e6506
commit
ccf0c11da6
+1
-1
@@ -134,7 +134,7 @@ fn send_panic_to_log() {
|
||||
Some(location) => {
|
||||
error!(
|
||||
LOGGER,
|
||||
"thread '{}' panicked at '{}': {}:{}{:?}",
|
||||
"\nthread '{}' panicked at '{}': {}:{}{:?}\n\n",
|
||||
thread,
|
||||
msg,
|
||||
location.file(),
|
||||
|
||||
Reference in New Issue
Block a user