[Telepathy-commits] [telepathy-qt4/master] Will-review #6: reword debug message in Connection::onStatusChanged
Olli Salli
olli.salli at collabora.co.uk
Mon Sep 22 03:26:26 PDT 2008
---
TelepathyQt4/cli-connection.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/cli-connection.cpp b/TelepathyQt4/cli-connection.cpp
index b23e920..2e17268 100644
--- a/TelepathyQt4/cli-connection.cpp
+++ b/TelepathyQt4/cli-connection.cpp
@@ -294,7 +294,7 @@ SimpleStatusSpecMap Connection::simplePresenceStatuses() const
void Connection::onStatusChanged(uint status, uint reason)
{
- debug() << "Status changed from" << mPriv->status << "to" << status << "because of" << reason;
+ debug() << "Status changed from" << mPriv->status << "to" << status << "for reason" << reason;
mPriv->status = status;
mPriv->statusReason = reason;
--
1.5.6.5
More information about the Telepathy-commits
mailing list