Variable logfilename is not used outside exec.c

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5420 c046a42c-6fe2-441c-8c8c-71466251a162
master
blueswir1 2008-10-05 09:57:08 +00:00
parent 41bd639b26
commit d9b630fdb0
1 changed files with 1 additions and 1 deletions

2
exec.c
View File

@ -180,7 +180,7 @@ static int io_mem_watch;
#endif
/* log support */
const char *logfilename = "/tmp/qemu.log";
static const char *logfilename = "/tmp/qemu.log";
FILE *logfile;
int loglevel;
static int log_append = 0;