diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 09:57:08 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-05 09:57:08 +0000 |
commit | d9b630fdb0cfa774289d6179ea3c0032c792a0a9 (patch) | |
tree | 9b6e10bea74ece89e95d281bf80319d351a4118b /exec.c | |
parent | 41bd639b26b40a6e2b042b602bb8b161b0c06469 (diff) |
Variable logfilename is not used outside exec.c
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5420 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |