summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2016-03-20 21:00:14 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2016-03-31 09:48:59 +0100
commitab8eb29c4a221fe365e3d1b4744c6992ba5f11bd (patch)
treeb52afb5aec05363b896ad6fb755db83eed35eb2d
parent9370a3bbc478f623dd21d783560629ea2064625b (diff)
downloadqemu-ab8eb29c4a221fe365e3d1b4744c6992ba5f11bd.tar.gz
docs: Update documentation for stderr (now log) tracing backend.
This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a. Signed-off-by: Richard W.M. Jones. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1458507614-32470-1-git-send-email-rjones@redhat.com Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--docs/tracing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tracing.txt b/docs/tracing.txt
index 3182ee82ad..0bd6b9cf9e 100644
--- a/docs/tracing.txt
+++ b/docs/tracing.txt
@@ -157,9 +157,9 @@ performance penalty.
Note that regardless of the selected trace backend, events with the "disable"
property will be generated with the "nop" backend.
-=== Stderr ===
+=== Log ===
-The "stderr" backend sends trace events directly to standard error. This
+The "log" backend sends trace events directly to standard error. This
effectively turns trace events into debug printfs.
This is the simplest backend and can be used together with existing code that