log for find route

pull/12/head
Tom Early 7 years ago
parent 1236258b0a
commit 391b4edede

@ -420,11 +420,11 @@ void CQnetGateway::GetIRCDataThread()
} }
} }
if (doFind) { if (doFind) {
printf("Finding Routes"); printf("Finding Routes for...\n");
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) { for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
std::string str(*it); std::string str(*it);
str.resize(CALL_SIZE, ' '); str.resize(CALL_SIZE, ' ');
ii->findUser(str); printf("\t%s\n", str.c_str());
} }
doFind = false; doFind = false;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.