]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Make "No PMP or UPnP NAT detected" message a tad more clear
authorStefan Knoblich <stkn@freeswitch.org>
Wed, 4 Nov 2009 11:55:45 +0000 (11:55 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Wed, 4 Nov 2009 11:55:45 +0000 (11:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15345 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_nat.c

index 394841118f9ef08fc5b04db1c5c2f6aa5ea87331..13b2ee653552498650033adf2b4b88747320502f 100644 (file)
@@ -409,7 +409,7 @@ SWITCH_DECLARE(void) switch_nat_init(switch_memory_pool_t *pool)
                        switch_nat_thread_start();
                }
        } else {
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "No PMP or UPnP NAT detected!\n");
+               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "No PMP or UPnP NAT devices detected!\n");
        }
        first_init = SWITCH_FALSE;
 }