[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/jabber
From:       Till Gerken <till () tantalo ! net>
Date:       2003-07-18 13:33:50
[Download RAW message or body]

CVS commit by gerken: 

Fixing debug messages, due to badly phrased messages they could easily be
misinterpreted.


  M +0 -1      TODO   1.59
  M +7 -8      jabberaccount.cpp   1.56


--- kdenonbeta/kopete/protocols/jabber/TODO  #1.58:1.59
@@ -12,5 +12,4 @@
 - in JabberAccount::disconnect(), the iteration about the contacts to set the \
                offline should be obsolete and incorrect
 - JabberAccount::slotGoAway() etc. don't use the global away dialog
-- using "online" presence emits "Going online"?
 - should the away dialog pop up when going away using the account context menu?
 - verify FIXMEs in JabberContact

--- kdenonbeta/kopete/protocols/jabber/jabberaccount.cpp  #1.55:1.56
@@ -565,9 +565,8 @@ void JabberAccount::setAvailable (void)
 void JabberAccount::slotGoOnline ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Going online!" << endl;
+        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << endl;
 
         if (!isConnected ())
         {
-                kdDebug (JABBER_DEBUG_GLOBAL) << "Trying to go online!" << endl;
                 /* We are not connected yet, so connect now. */
                 initialPresence = protocol()->JabberOnline;
@@ -580,5 +579,5 @@ void JabberAccount::slotGoOnline ()
 void JabberAccount::slotGoOffline ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Going offline." << endl;
+        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << endl;
 
         disconnect ();
@@ -587,5 +586,5 @@ void JabberAccount::slotGoOffline ()
 void JabberAccount::slotGoChatty ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Setting 'chatty' mode." << \
endl; +        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << endl;
 
         if (!isConnected ())
@@ -602,5 +601,5 @@ void JabberAccount::slotGoChatty ()
 void JabberAccount::slotGoAway ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Setting away mode." << \
endl; +        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << endl;
 
         if (!isConnected ())
@@ -617,5 +616,5 @@ void JabberAccount::slotGoAway ()
 void JabberAccount::slotGoXA ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Setting extended away \
mode." << endl; +        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << \
endl;  
         if (!isConnected ())
@@ -632,5 +631,5 @@ void JabberAccount::slotGoXA ()
 void JabberAccount::slotGoDND ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Setting do not disturb \
mode." << endl; +        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << \
endl;  
         if (!isConnected ())
@@ -647,5 +646,5 @@ void JabberAccount::slotGoDND ()
 void JabberAccount::slotGoInvisible ()
 {
-        kdDebug (JABBER_DEBUG_GLOBAL) << "[JabberAccount] Setting invisible mode." \
<< endl; +        kdDebug (JABBER_DEBUG_GLOBAL) << k_funcinfo << "called." << endl;
 
         if (!isConnected ())


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic