Commit d9b630fdb0cfa774289d6179ea3c0032c792a0a9

Authored by blueswir1
1 parent 41bd639b

Variable logfilename is not used outside exec.c

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5420 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -180,7 +180,7 @@ static int io_mem_watch;
180 180 #endif
181 181  
182 182 /* log support */
183   -const char *logfilename = "/tmp/qemu.log";
  183 +static const char *logfilename = "/tmp/qemu.log";
184 184 FILE *logfile;
185 185 int loglevel;
186 186 static int log_append = 0;
... ...