]> git.proxmox.com Git - qemu.git/commit - trace-events
trace: remove newline from grlib_irqmp_check_irqs format string
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 13 Sep 2011 12:34:34 +0000 (13:34 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 17 Sep 2011 15:13:59 +0000 (15:13 +0000)
commit2f4a725b94289250b7fd570f059117b4595d89e7
treea91e67e9470fda16ecb1b50f2c8f79a0cacb869f
parent519e1693d4b4f3b0a1a24f3f092d54c38a6d8ad8
trace: remove newline from grlib_irqmp_check_irqs format string

There is no need to put a newline in trace event format strings.  The
backend may use the format string within some context and takes care of
how to display the event.  The stderr backend automatically appends "\n"
whereas the ust backend does not want a newline at all.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
trace-events