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:
Simon B
2018-03-26 03:35:28 +02:00
committed by Ignotus Peverell
parent 3f1e7e6506
commit ccf0c11da6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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(),