[farsight2/master] Make error message a bit clearer

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


---
 tests/check/transmitter/rawudp.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/check/transmitter/rawudp.c b/tests/check/transmitter/rawudp.c
index 9a19730..0d32e0e 100644
--- a/tests/check/transmitter/rawudp.c
+++ b/tests/check/transmitter/rawudp.c
@@ -92,7 +92,8 @@ _new_local_candidate (FsStreamTransmitter *st, FsCandidate *candidate,
   if (has_stun)
     ts_fail_unless (candidate->type == FS_CANDIDATE_TYPE_SRFLX,
       "Has stun, but candidate is not server reflexive,"
-      " it is: %s:%u of type %d on component %u",
+      " it is: %s:%u of type %d on component %u (IGNORE if you are not"
+        " connected to the public internet",
       candidate->ip, candidate->port, candidate->type, candidate->component_id);
   else {
     ts_fail_unless (candidate->type == FS_CANDIDATE_TYPE_HOST,
-- 
1.5.6.5




More information about the farsight-commits mailing list