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