[farsight2/master] Fix error message to make it less unclear

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:18 PST 2008


---
 gst-libs/ext/fsupnp/fs-upnp-simple-igd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst-libs/ext/fsupnp/fs-upnp-simple-igd.c b/gst-libs/ext/fsupnp/fs-upnp-simple-igd.c
index 867ba88..7b8fce3 100644
--- a/gst-libs/ext/fsupnp/fs-upnp-simple-igd.c
+++ b/gst-libs/ext/fsupnp/fs-upnp-simple-igd.c
@@ -706,7 +706,7 @@ fs_upnp_simple_igd_add_port_real (FsUpnpSimpleIgd *self,
     {
       GError error = {FS_UPNP_SIMPLE_IGD_ERROR,
                       FS_UPNP_SIMPLE_IGD_ERROR_EXTERNAL_ADDRESS,
-                      "Could not get external address, so can not get mapping"};
+                      "Could not get external address"};
       g_signal_emit (self, signals[SIGNAL_ERROR_MAPPING_PORT],
           FS_UPNP_SIMPLE_IGD_ERROR,
           &error, mapping->protocol, mapping->external_port,
-- 
1.5.6.5




More information about the farsight-commits mailing list