[ekiga] Fix debugging message when registering
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fix debugging message when registering
- Date: Wed, 20 Feb 2013 00:17:13 +0000 (UTC)
commit 2350d987a5b58198e43353979501058a42fa1d3f
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 9054ce6..fd39722 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -763,9 +763,9 @@ Opal::Account::handle_registration_event (RegistrationState state_,
call_manager->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");
call_manager->subscribe (*this, presentity);
break;
case SIPRegister::e_HasApplicationLayerGateway:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]