log: merged initLog() and open_log_files().
The logging library currently has 3 constructor functions: initLog(), open_log_files(), setup_log_output(), called in this order. Merged the first two.
This commit is contained in:
@@ -277,15 +277,13 @@ int main(int argc, char *argv[])
|
||||
|
||||
initStats();
|
||||
tag_lib_init();
|
||||
initLog(options.verbose);
|
||||
log_init(options.verbose, options.stdOutput);
|
||||
|
||||
if (options.createDB <= 0)
|
||||
listenOnPort();
|
||||
|
||||
changeToUser();
|
||||
|
||||
open_log_files(options.stdOutput);
|
||||
|
||||
path_global_init();
|
||||
mapper_init();
|
||||
initPermissions();
|
||||
|
||||
Reference in New Issue
Block a user