mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
add \n to xamarin ios logs
This commit is contained in:
parent
7675f71719
commit
0e10e7a5e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue