*** empty log message ***

svn path=/trunk/boinc/; revision=4291
This commit is contained in:
Lana Alber 2004-10-05 00:06:22 +00:00
parent 92db7284e4
commit 0a7edfba75
1 changed files with 2 additions and 2 deletions

View File

@ -489,8 +489,7 @@ RESULT* CLIENT_STATE::lookup_result(PROJECT* p, const char* name) {
}
WORKUNIT* CLIENT_STATE::lookup_workunit(PROJECT* p, const char* name) {
print_summary();
for (unsigned int i=0; i<workunits.size(); i++) {
for (unsigned int i=0; i<workunits.size(); i++) {
WORKUNIT* wup = workunits[i];
if (wup->project == p && !strcmp(name, wup->name)) return wup;
}
@ -667,6 +666,7 @@ int CLIENT_STATE::link_result(PROJECT* p, RESULT* rp) {
void CLIENT_STATE::print_summary() {
unsigned int i;
int t;
if (!log_flags.state_debug) return;
SCOPE_MSG_LOG scope_messages(log_messages, CLIENT_MSG_LOG::DEBUG_STATE);
scope_messages.printf("CLIENT_STATE::print_summary(): Client state summary:\n");