author | andyq <andyq> | 2002-11-21 18:13:00 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-11-21 18:13:00 (UTC) |
commit | a73b7fa027ccbcc8c4eabb93a167ba992440514b (patch) (side-by-side diff) | |
tree | 894a624647196869fb7b3aaf641363c5ad18d8f5 | |
parent | 5e806f161bc0bde64d5058dab4850c45aeba2cdf (diff) | |
download | opie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.zip opie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.tar.gz opie-a73b7fa027ccbcc8c4eabb93a167ba992440514b.tar.bz2 |
Changed debug message slightly
-rw-r--r-- | noncore/settings/aqpkg/networkpkgmgr.cpp | 3 |
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; } |