diff --git a/linphone/console/commands.c b/linphone/console/commands.c index 64fb21cc7..78725152b 100644 --- a/linphone/console/commands.c +++ b/linphone/console/commands.c @@ -471,7 +471,7 @@ lpc_cmd_firewall(LinphoneCore *lc, char *args) setting = linphone_core_get_stun_server(lc); if ( ! setting ) { - linphonec_out("No stun server address is defined, use 'stun
' first"); + linphonec_out("No stun server address is defined, use 'stun ' first\n"); return 1; } linphone_core_set_firewall_policy(lc,LINPHONE_POLICY_USE_STUN);