summaryrefslogtreecommitdiff
path: root/noncore/settings
authorandyq <andyq>2002-11-21 18:13:00 (UTC)
committer andyq <andyq>2002-11-21 18:13:00 (UTC)
commita73b7fa027ccbcc8c4eabb93a167ba992440514b (patch) (side-by-side diff)
tree894a624647196869fb7b3aaf641363c5ad18d8f5 /noncore/settings
parent5e806f161bc0bde64d5058dab4850c45aeba2cdf (diff)
downloadopie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.zip
opie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.tar.gz
opie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.tar.bz2
Changed debug message slightly
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/networkpkgmgr.cpp3
1 files changed, 2 insertions, 1 deletions
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;
}