summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/controlport/rpcmanager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/controlport/rpcmanager.cc')
-rw-r--r--gnuradio-runtime/lib/controlport/rpcmanager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/controlport/rpcmanager.cc b/gnuradio-runtime/lib/controlport/rpcmanager.cc
index aa9fc08cde..423bf44d3d 100644
--- a/gnuradio-runtime/lib/controlport/rpcmanager.cc
+++ b/gnuradio-runtime/lib/controlport/rpcmanager.cc
@@ -54,6 +54,6 @@ void rpcmanager::register_booter(rpcserver_booter_base* booter)
booter_registered = true;
} else {
throw std::runtime_error("rpcmanager: Aggregator not in use, and a rpc booter is "
- "already registered\n");
+ "already registered");
}
}