summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2010-06-23 12:37:47 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2010-07-01 14:27:13 -0300
commitc644620f96393b46d1e0be490d65e8c8ea1c0315 (patch)
tree814bf41b46b50a37824a5a59cf547739943cf64f
parent5a3e217e97cf4b270662c57fb47a94c51e6f4c34 (diff)
downloadqemu-c644620f96393b46d1e0be490d65e8c8ea1c0315.tar.gz
qemu-c644620f96393b46d1e0be490d65e8c8ea1c0315.tar.bz2
qemu-c644620f96393b46d1e0be490d65e8c8ea1c0315.zip
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 <lcapitulino@redhat.com>
-rw-r--r--qerror.c2
1 files changed, 1 insertions, 1 deletions
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,