Temporarily enable VISO logging

This commit is contained in:
RichardG867
2022-11-22 20:00:59 -03:00
parent db3ca363fc
commit 3dbfedbff0
2 changed files with 5 additions and 1 deletions

View File

@@ -597,6 +597,10 @@ usage:
goto usage;
}
/* TEMPORARY */
if (!log_path[0])
strcpy(log_path, "86box.log");
/* One argument (config file) allowed. */
if (c < argc) {
if (lvmp)