ChatON+TestPrgs: Use specific log files
This commit is contained in:
parent
3d33d62924
commit
9249649fb3
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ static void gkv_set() {
|
|||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
log_set_target(log_filename_generator("main", "log"));
|
||||
log_set_target(log_filename_generator("chaton-groupkv", "log"));
|
||||
log_dump_cmdline(argc, argv);
|
||||
gkv_inited();
|
||||
gkv_set();
|
||||
|
|
|
@ -164,7 +164,7 @@ int main(int argc, char **argv) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
log_set_target(log_filename_generator("main", "log"));
|
||||
log_set_target(log_filename_generator("chaton-simpcfg", "log"));
|
||||
log_dump_cmdline(argc, argv);
|
||||
|
||||
check_strings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue