Commit 02c9ae59 authored by Youness Alaoui's avatar Youness Alaoui

remove useless g_warn_if_fail which forces a glib 2.16 dependency... that line was also weird...

parent cdd0db33
...@@ -752,7 +752,7 @@ nice_agent_add_stream ( ...@@ -752,7 +752,7 @@ nice_agent_add_stream (
g_static_rec_mutex_lock (&agent->mutex); g_static_rec_mutex_lock (&agent->mutex);
if (!agent->local_addresses) { if (!agent->local_addresses) {
g_warn_if_fail(agent->local_addresses); g_warning ("Agent %p: no local addresses defined!", agent);
goto done; goto done;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment