diff --git a/src/86box.c b/src/86box.c index 235a1fd5d..be420bcee 100644 --- a/src/86box.c +++ b/src/86box.c @@ -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) diff --git a/src/cdrom/cdrom_image_viso.c b/src/cdrom/cdrom_image_viso.c index 2e56087da..629d64cbd 100644 --- a/src/cdrom/cdrom_image_viso.c +++ b/src/cdrom/cdrom_image_viso.c @@ -126,7 +126,7 @@ typedef struct { static const char rr_eid[] = "RRIP_1991A"; /* identifiers used in ER field for Rock Ridge */ static const char rr_edesc[] = "THE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICS."; static int8_t tz_offset = 0; - +#define ENABLE_CDROM_IMAGE_VISO_LOG 1 #ifdef ENABLE_CDROM_IMAGE_VISO_LOG int cdrom_image_viso_do_log = ENABLE_CDROM_IMAGE_VISO_LOG;