Skip to content

Commit

Permalink
VISO: Disable temporary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
richardg867 committed Nov 25, 2022
1 parent 9175d06 commit ab08675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/86box.c
Expand Up @@ -597,12 +597,6 @@ pc_init(int argc, char *argv[])
goto usage;
}

/* TEMPORARY */
if (!log_path[0]) {
strcpy(log_path, exe_path);
strcat(log_path, "86box.log");
}

/* One argument (config file) allowed. */
if (c < argc) {
if (lvmp)
Expand Down
2 changes: 1 addition & 1 deletion src/cdrom/cdrom_image_viso.c
Expand Up @@ -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;

Expand Down

0 comments on commit ab08675

Please sign in to comment.