various fixes

This commit is contained in:
Alexander S. Aganichev
2001-02-22 13:46:34 +00:00
parent 3781f634e5
commit 457a782247
2 changed files with 1 additions and 5 deletions

View File

@@ -684,7 +684,7 @@ void Initialize(int argc, char* argv[]) {
#endif
// Start the log
char buf[200];
static char buf[200];
sprintf(buf, "%s (%s %s)", __gver_longpid__, __gver_date__, __gver_time__);
LOG.open(CFG->logfile, buf, __gver_shortlogname__, CFG->logformat);