From 8754c81e11ab046c445425753f52cbb505f60a50 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 23 Jun 2010 12:37:47 -0300 Subject: QError: Enhance QERR_DEVICE_NOT_ACTIVE's user desc The 'by the guest' part is misleading, it could be disabled by the host too. We will likely need more surgery if we care for the distinction, just dropping the problematic part is good enough for now. Signed-off-by: Luiz Capitulino --- qerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qerror.c') diff --git a/qerror.c b/qerror.c index 44d0bf82b4..cce1e7befa 100644 --- a/qerror.c +++ b/qerror.c @@ -82,7 +82,7 @@ static const QErrorStringTable qerror_table[] = { }, { .error_fmt = QERR_DEVICE_NOT_ACTIVE, - .desc = "Device '%(device)' has not been activated by the guest", + .desc = "Device '%(device)' has not been activated", }, { .error_fmt = QERR_DEVICE_NOT_ENCRYPTED, -- cgit v1.2.3