[telepathy-qt4/master] IncomingFileTransferChannel: Removed exclamation marks from debug.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Sep 22 18:39:24 PDT 2009


---
 TelepathyQt4/incoming-file-transfer-channel.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/incoming-file-transfer-channel.cpp b/TelepathyQt4/incoming-file-transfer-channel.cpp
index d44d6f0..1628824 100644
--- a/TelepathyQt4/incoming-file-transfer-channel.cpp
+++ b/TelepathyQt4/incoming-file-transfer-channel.cpp
@@ -219,7 +219,7 @@ void IncomingFileTransferChannel::connectToHost()
 
 void IncomingFileTransferChannel::onSocketConnected()
 {
-    debug() << "Connected to host!";
+    debug() << "Connected to host";
     setConnected();
 
     doTransfer();
@@ -227,7 +227,7 @@ void IncomingFileTransferChannel::onSocketConnected()
 
 void IncomingFileTransferChannel::onSocketDisconnected()
 {
-    debug() << "Disconnected from host!";
+    debug() << "Disconnected from host";
     setFinished();
 }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list