* [Qemu-devel] [5420] Variable logfilename is not used outside exec.c
@ 2008-10-05 9:57 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-05 9:57 UTC (permalink / raw)
To: qemu-devel
Revision: 5420
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5420
Author: blueswir1
Date: 2008-10-05 09:57:08 +0000 (Sun, 05 Oct 2008)
Log Message:
-----------
Variable logfilename is not used outside exec.c
Modified Paths:
--------------
trunk/exec.c
Modified: trunk/exec.c
===================================================================
--- trunk/exec.c 2008-10-05 09:56:21 UTC (rev 5419)
+++ trunk/exec.c 2008-10-05 09:57:08 UTC (rev 5420)
@@ -180,7 +180,7 @@
#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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-05 9:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 9:57 [Qemu-devel] [5420] Variable logfilename is not used outside exec.c Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).