gssdp-client: Use g_warning() instead of g_error()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 24 Apr 2014 11:56:37 +0000 (12:56 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 24 Apr 2014 12:00:42 +0000 (13:00 +0100)
commit468e985d4000e75f6b444c547a5be6641a6fb5e0
treef389dbb723677a1e6990ee45e46d1b1274316259
parent08113ccdc90baa5b1e84eeea418dd2c3fc8ab780
gssdp-client: Use g_warning() instead of g_error()

get_host_ip() can gracefully fail, and all the code which calls it can
handle graceful failure. There’s no need for a non-graceful failure
using g_error(), which will just cause unnecessary abort()s in client
applications.

https://bugzilla.gnome.org/show_bug.cgi?id=728871
libgssdp/gssdp-client.c