From c1a8f73a008981ea4b0cc841474f20bc704be29d Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Thu, 6 Apr 2017 11:53:48 -0700 Subject: logging: remove unecessery newlines in log messages --- host/lib/utils/thread_priority.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/utils') diff --git a/host/lib/utils/thread_priority.cpp b/host/lib/utils/thread_priority.cpp index 084d023bf..729edcf0a 100644 --- a/host/lib/utils/thread_priority.cpp +++ b/host/lib/utils/thread_priority.cpp @@ -29,7 +29,7 @@ bool uhd::set_thread_priority_safe(float priority, bool realtime){ UHD_LOGGER_WARNING("UHD") << boost::format( "Unable to set the thread priority. Performance may be negatively affected.\n" "Please see the general application notes in the manual for instructions.\n" - "%s\n" + "%s" ) % e.what(); return false; } -- cgit v1.2.3