commit | 17901e75329fff369e26f2464a016e0797789256 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Mon Dec 07 21:37:06 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Dec 07 16:34:34 2009 -0600 |
tree | b4469482be451b5594be0509e1b76458bc1b720c | |
parent | 2c2a6bb860c09a80f519cd6297f1c0585a1436ec [diff] [blame] |
QError: New QERR_INVALID_BLOCK_FORMAT Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/qerror.c b/qerror.c index 17532b0..56083c4 100644 --- a/qerror.c +++ b/qerror.c
@@ -65,6 +65,10 @@ .desc = "Device %(device) is not removable", }, { + .error_fmt = QERR_INVALID_BLOCK_FORMAT, + .desc = "Invalid block format %(name)", + }, + { .error_fmt = QERR_INVALID_PARAMETER_TYPE, .desc = "Invalid parameter type, expected: %(expected)", },