[ekiga] Made the presence publishing code more verbose
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Made the presence publishing code more verbose
- Date: Thu, 31 Mar 2011 13:41:07 +0000 (UTC)
commit 7220d05e4da7cad4395609d871f8d8c6c54dd375
Author: Snark <jpuydt gnome org>
Date: Thu Mar 31 14:16:55 2011 +0200
Made the presence publishing code more verbose
lib/engine/components/opal/opal-account.cpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 821001d..453bf30 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -507,7 +507,10 @@ Opal::Account::publish (const Ekiga::PersonalDetails& details)
if (presence == "online")
personal_state = OpalPresenceInfo::Available;
- std::cout << "calling SetLocalPresence for " << get_aor () << " to " << details.get_status () << std::endl;
+ std::cout << "calling SetLocalPresence for " << get_aor ()
+ << " with presence " << personal_state
+ << " and status \"" << details.get_status () << "\""
+ << std::endl;
presentity->SetLocalPresence (personal_state, details.get_status ());
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]