launchpad: remove '\n' from PERR message

ref #899
This commit is contained in:
Martin Stein 2013-10-07 13:10:27 +02:00 committed by Norman Feske
parent d6d4938916
commit 0771a8e9cf
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ class Child_destructor_thread : Thread<2*4096>
try {
destroy(_curr_alloc, _curr_child);
} catch (Blocking_canceled) {
PERR("Suspicious cancellation\n");
PERR("Suspicious cancellation");
}
_ready = true;