commit | 357b6156f998c007a90419f34b24b3fc1d1d4b22 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Nov 18 23:05:32 2009 -0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 09:41:20 2009 -0600 |
tree | c8f119836b1165eb597ec417c58b2c8c0f517897 | |
parent | 8204a9180c5f456d30cbd29fddf734e97f7c74fa [diff] [blame] |
QError: Add QERR_DEVICE_NOT_FOUND New class for device not found errors. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/qerror.c b/qerror.c index 10b0939..a12e7f7 100644 --- a/qerror.c +++ b/qerror.c
@@ -40,6 +40,10 @@ * "running out of foo: %(foo)%%" */ const QErrorStringTable qerror_table[] = { + { + .error_fmt = QERR_DEVICE_NOT_FOUND, + .desc = "The %(device) device has not been found", + }, {} };