*** empty log message ***

svn path=/trunk/boinc/; revision=1390
This commit is contained in:
Karl Chen 2003-06-11 23:12:54 +00:00
parent 209277cd85
commit b42753ab11
1 changed files with 2 additions and 0 deletions

View File

@ -366,6 +366,8 @@ int main(int argc, char** argv) {
exit(1);
}
write_pid_file(PIDFILE);
write_log(MSG_NORMAL, "Starting\n");
install_sigint_handler();
main_loop(one_pass);