[telepathy-qt4/master] OutgoingFileTransferChannel: Removed exclamation marks from debug.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Sep 22 18:39:52 PDT 2009
---
TelepathyQt4/outgoing-file-transfer-channel.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/TelepathyQt4/outgoing-file-transfer-channel.cpp b/TelepathyQt4/outgoing-file-transfer-channel.cpp
index 4b67172..4eac8d8 100644
--- a/TelepathyQt4/outgoing-file-transfer-channel.cpp
+++ b/TelepathyQt4/outgoing-file-transfer-channel.cpp
@@ -215,7 +215,7 @@ void OutgoingFileTransferChannel::connectToHost()
void OutgoingFileTransferChannel::onSocketConnected()
{
- debug() << "Connected to host!";
+ debug() << "Connected to host";
setConnected();
connect(mPriv->input, SIGNAL(readyRead()),
@@ -234,7 +234,7 @@ void OutgoingFileTransferChannel::onSocketConnected()
void OutgoingFileTransferChannel::onSocketDisconnected()
{
- debug() << "Disconnected from host!";
+ debug() << "Disconnected from host";
setFinished();
}
@@ -246,7 +246,7 @@ void OutgoingFileTransferChannel::onSocketError(QAbstractSocket::SocketError err
void OutgoingFileTransferChannel::onInputAboutToClose()
{
- debug() << "Input closed!";
+ debug() << "Input closed";
// in case of sequential devices, we should read everything from it and
// write to the socket. Let's not do this for non-sequential devices as we
--
1.5.6.5
More information about the telepathy-commits
mailing list