From a73b7fa027ccbcc8c4eabb93a167ba992440514b Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 21 Nov 2002 18:13:00 +0000 Subject: Changed debug message slightly --- (limited to 'noncore') diff --git a/noncore/settings/aqpkg/networkpkgmgr.cpp b/noncore/settings/aqpkg/networkpkgmgr.cpp index cf94628..e8e2982 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.cpp +++ b/noncore/settings/aqpkg/networkpkgmgr.cpp @@ -94,9 +94,10 @@ void NetworkPackageManager :: updateData() int i; for ( i = 0, it = dataMgr->getServerList().begin() ; it != dataMgr->getServerList().end() ; ++it, ++i ) { - cout << "Adding " << it->getServerName() << " to combobox" << endl; +// cout << "Adding " << it->getServerName() << " to combobox" << endl; if ( !it->isServerActive() ) { + cout << it->getServerName() << " is not active" << endl; i--; continue; } -- cgit v0.9.0.2