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

List:       kde-commits
Subject:    branches/KDE/4.3/kdeutils/kgpg
From:       Rolf Eike Beer <kde () opensource ! sf-tec ! de>
Date:       2009-10-04 17:13:27
Message-ID: 1254676407.881066.27810.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1031308 by dakon:

use the defined debug area for KGpg and nothing else

 M  +3 -3      keysmanager.cpp  
 M  +1 -1      kgpginterface.cpp  
 M  +2 -2      transactions/kgpgimport.cpp  


--- branches/KDE/4.3/kdeutils/kgpg/keysmanager.cpp #1031307:1031308
@@ -1214,7 +1214,7 @@
 		changeMessage(i18n("Group member"), 0);
 		break;
 	default:
-		kDebug(3125) << "Oops, unmatched type value" << exportList.at(0)->getType();
+		kDebug(2100) << "Oops, unmatched type value" << exportList.at(0)->getType();
 	}
 }
 
@@ -1719,7 +1719,7 @@
 		break;
 	}
 	default:
-		kDebug(3125) << "Oops, called with invalid item type" << cur->getType();
+		kDebug(2100) << "Oops, called with invalid item type" << cur->getType();
 	}
 }
 
@@ -1971,7 +1971,7 @@
 				uid = "1";
 		}
 
-		kDebug(3125) << "Sign process for key:" << keyCount + 1 << "on a total of" << \
signList.count() << "id" << keyid << "uid" << uid; +		kDebug(2100) << "Sign process \
for key:" << keyCount + 1 << "on a total of" << signList.count() << "id" << keyid << \
"uid" << uid;  
 		KgpgInterface *interface = new KgpgInterface();
 		interface->signKey(keyid, globalkeyID, globalisLocal, globalChecked, m_isterminal, \
                uid);
--- branches/KDE/4.3/kdeutils/kgpg/kgpginterface.cpp #1031307:1031308
@@ -801,7 +801,7 @@
 	else
 		*m_workProcess << "sign";
 
-	kDebug(3125) << "Signing key" << keyid << "uid" << uid << "with key" << signkeyid;
+	kDebug(2100) << "Signing key" << keyid << "uid" << uid << "with key" << signkeyid;
 	connect(m_workProcess, SIGNAL(readyReadStandardOutput()), this, \
SLOT(signKeyProcess()));  connect(m_workProcess, SIGNAL(finished(int, \
QProcess::ExitStatus)), this, SLOT(signKeyFin()));  
--- branches/KDE/4.3/kdeutils/kgpg/transactions/kgpgimport.cpp #1031307:1031308
@@ -151,14 +151,14 @@
 
 		int space = tmpstr.indexOf(' ');
 		if (space <= 0) {
-			kDebug(3125) << __LINE__ << "invalid format:" << str;
+			kDebug(2100) << __LINE__ << "invalid format:" << str;
 			continue;
 		}
 
 		bool ok;
 		unsigned char code = tmpstr.left(space).toUInt(&ok);
 		if (!ok) {
-			kDebug(3125) << __LINE__ << "invalid format:" << str << space << \
tmpstr.left(space - 1); +			kDebug(2100) << __LINE__ << "invalid format:" << str << \
space << tmpstr.left(space - 1);  continue;
 		}
 


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

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