user_io: log starting path.

This commit is contained in:
sorgelig
2021-09-27 23:49:59 +08:00
parent 95f9f468e3
commit fb49f8b3f3

View File

@@ -1057,6 +1057,8 @@ void user_io_init(const char *path, const char *xml)
}
cfg_parse();
if (cfg.log_file_entry) MakeFile("/tmp/STARTPATH", core_path);
if (cfg.bootcore[0] != '\0')
{
bootcore_init(xml ? xml : path);