diff options
Diffstat (limited to 'exec.c')
| -rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c index 5e306890c7..18f46cd25c 100644 --- a/exec.c +++ b/exec.c @@ -180,7 +180,7 @@ static int io_mem_watch; #endif /* log support */ -char *logfilename = "/tmp/qemu.log"; +const char *logfilename = "/tmp/qemu.log"; FILE *logfile; int loglevel; static int log_append = 0; |