common_helper: remove newline

This commit is contained in:
Andre Puschmann 2021-02-04 11:02:36 +01:00
parent 4ca43c6804
commit 6a0f3d0bc5
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ inline void log_args(int argc, char* argv[], const std::string& service)
for (int32_t i = 1; i < argc; i++) {
s1 << argv[i] << " ";
}
s1 << std::endl;
srslog::fetch_basic_logger(service, false).set_level(srslog::basic_levels::info);
srslog::fetch_basic_logger(service).info("%s", s1.str().c_str());