svn path=/trunk/boinc/; revision=21384
This commit is contained in:
Rom Walton 2010-05-05 16:40:35 +00:00
parent 61061e9f2f
commit abeb8038e3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int PROJECT_INIT::init() {
} }
} }
fclose(p); fclose(p);
msg_printf(0, MSG_INFO, "Found project_info.xml for %s", url); msg_printf(0, MSG_INFO, "Found project_init.xml for %s", url);
} }
return 0; return 0;
} }