Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
0e10e7a5
Commit
0e10e7a5
authored
May 09, 2017
by
Benjamin REIS
Browse files
add \n to xamarin ios logs
parent
7675f717
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore_ios.cc
View file @
0e10e7a5
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment