From f69ac40eb1841050ebd6f8b20cbbc0d6ca13c1cd Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 25 Apr 2019 10:07:12 -0700 Subject: [PATCH] newline for log msg --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 0940b00..181fd6f 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -565,7 +565,7 @@ int CQnetGateway::get_yrcall_rptr_from_cache(const int i, const std::string &cal arearp_cs = user_pos->second.substr(0, 7); *mod = user_pos->second.at(7); } else { - printf("could not find a repeater for user %s", call.c_str()); + printf("could not find a repeater for user %s\n", call.c_str()); return 1; } } else if (RoU == 'R') {