mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Flush the debug message out to the log file.
This patch fluesh the debug messages to the log file at the end of each debug message. Changes from V1: Used fflush instead fseek for the flush. Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
91ca60e012
commit
0db09dd2ab
1 changed files with 2 additions and 0 deletions
|
@ -481,4 +481,6 @@ void pprint_pdu(V9fsPDU *pdu)
|
|||
}
|
||||
|
||||
fprintf(llogfile, ")\n");
|
||||
/* Flush the log message out */
|
||||
fflush(llogfile);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue