From 0e10e7a5e7673637ca04176f13fcb9499085bdb3 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Tue, 9 May 2017 11:38:03 +0200 Subject: [PATCH] add \n to xamarin ios logs --- coreapi/linphonecore_ios.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore_ios.cc b/coreapi/linphonecore_ios.cc index adac71cb5..54f42de0d 100644 --- a/coreapi/linphonecore_ios.cc +++ b/coreapi/linphonecore_ios.cc @@ -35,7 +35,7 @@ static void linphone_iphone_log_handler(const char *domain, OrtpLogLevel lev, co case ORTP_LOGLEV_END: return; } - fprintf(stdout,"[%s] %s", levname, str); + fprintf(stdout,"[%s] %s\n", levname, str); } extern "C" void linphone_iphone_enable_logs() {