[ekiga] Fix debugging message when registering



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]