diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-06-23 12:37:47 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2010-07-01 14:27:13 -0300 |
commit | c644620f96393b46d1e0be490d65e8c8ea1c0315 (patch) | |
tree | 814bf41b46b50a37824a5a59cf547739943cf64f | |
parent | 5a3e217e97cf4b270662c57fb47a94c51e6f4c34 (diff) | |
download | qemu-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |