[ekiga/v4_0] Fix debugging message when registering
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/v4_0] Fix debugging message when registering
- Date: Wed, 20 Feb 2013 00:21:50 +0000 (UTC)
commit 38030b43a508c113b913953c0bf9382bc3f47026
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed Feb 20 01:16:14 2013 +0100
Fix debugging message when registering
lib/engine/components/opal/opal-account.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index d899084..7505f5c 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -717,9 +717,9 @@ Opal::Account::handle_registration_event (RegistrationState state_,
sip_endpoint->subscribe (*this, presentity);
break;
case SIPRegister::e_CannotRegisterPrivateContacts:
- // CannotRegMC did not work, try next compat mode
+ // CannotRegPC did not work, try next compat mode
compat_mode = SIPRegister::e_HasApplicationLayerGateway;
- PTRACE (4, "Register failed in CannotRegisterMultipleContacts mode, retrying in
HasApplicationLayerGateway mode");
+ PTRACE (4, "Register failed in CannotRegisterPrivateContacts mode, retrying in
HasApplicationLayerGateway mode");
sip_endpoint->subscribe (*this, presentity);
break;
case SIPRegister::e_HasApplicationLayerGateway:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]