[Telepathy-commits] [telepathy-qt4/master] Fix typo in warning output.
George Goldberg
george.goldberg at collabora.co.uk
Sat Nov 1 07:55:28 PDT 2008
---
TelepathyQt4/cli-channel.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/cli-channel.cpp b/TelepathyQt4/cli-channel.cpp
index 3d4d0b2..d8f6575 100644
--- a/TelepathyQt4/cli-channel.cpp
+++ b/TelepathyQt4/cli-channel.cpp
@@ -438,7 +438,7 @@ uint Channel::targetHandleType() const
uint Channel::targetHandle() const
{
if (mPriv->readiness != ReadinessFull)
- warning() << "Channel::channelType() used with readiness" << mPriv->readiness << "!= ReadinessFull";
+ warning() << "Channel::targetHandle() used with readiness" << mPriv->readiness << "!= ReadinessFull";
return mPriv->targetHandle;
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list