[ekiga] Slightly better debug output on opal presence publishing
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Slightly better debug output on opal presence publishing
- Date: Mon, 28 Mar 2011 08:29:38 +0000 (UTC)
commit 27ea6aa9578e33621afd191062b0b4b3badbca4e
Author: Snark <jpuydt gnome org>
Date: Mon Mar 28 10:29:00 2011 +0200
Slightly better debug output on opal presence publishing
lib/engine/components/opal/opal-account.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 44b93de..57fb843 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -507,7 +507,7 @@ Opal::Account::publish (const Ekiga::PersonalDetails& details)
if (presence == "online")
personal_state = OpalPresenceInfo::Available;
- std::cout << "calling SetLocalPresence for " << get_aor () << std::endl;
+ std::cout << "calling SetLocalPresence for " << get_aor () << " to " << 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]