mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix crash of log
This commit is contained in:
parent
b5a186a991
commit
7d00b0fcd1
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
+ (void)directLog:(OrtpLogLevel)level text:(NSString *)text {
|
||||
bctbx_log(BCTBX_LOG_DOMAIN, level, "%s", text.cString);
|
||||
bctbx_log(BCTBX_LOG_DOMAIN, level, "%s", [text cStringUsingEncoding:NSUTF8StringEncoding]);
|
||||
}
|
||||
|
||||
#pragma mark - Logs Functions callbacks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue