[PATCH 5/5] error-report: fix doc for vreport()

Vladimir Sementsov-Ogievskiy posted 5 patches 1 day, 16 hours ago
Maintainers: Markus Armbruster <armbru@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
[PATCH 5/5] error-report: fix doc for vreport()
Posted by Vladimir Sementsov-Ogievskiy 1 day, 16 hours ago
We actually don't print any errors to QMP monitor.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
---
 util/error-report.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/error-report.c b/util/error-report.c
index 7ffbcf2123..0f3b1c0354 100644
--- a/util/error-report.c
+++ b/util/error-report.c
@@ -177,7 +177,7 @@ real_time_iso8601(void)
 }
 
 /*
- * Print a message to current monitor if we have one, else to stderr.
+ * Print a message to current HMP monitor if we have one, else to stderr.
  * @report_type is the type of message: error, warning or informational.
  * Format arguments like vsprintf().  The resulting message should be
  * a single phrase, with no newline or trailing punctuation.
-- 
2.48.1