*** empty log message ***

svn path=/trunk/boinc/; revision=3297
This commit is contained in:
David Anderson 2004-04-26 02:05:59 +00:00
parent ef782b7cd0
commit 24bd5017d9
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public:
f = fopen(filename.c_str(), "w");
if (!f) {
fprintf(stderr, "db_dump: Couldn't open %s for output\n", filename.c_str());
log_messages.printf(SCHED_MSG_LOG::CRITICAL, "db_dump: Couldn't open %s for output\n", filename.c_str());
}
fprintf(f,
"<?xml version=\"1.0\"?>\n<%s>\n", tag.c_str()