diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-03-25 17:22:39 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-18 23:46:49 +0200 |
commit | 5124eb5927d4d90adc5640e5d36a589bfadd1828 (patch) | |
tree | 00ad16c3ed85e1222ea5ff9bb4f55be9749034c8 /qerror.c | |
parent | 5294e2c774f120e10b44652ac143abda356f44eb (diff) |
error: New QERR_DEVICE_IN_USE
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ static const QErrorStringTable qerror_table[] = { .desc = "Device '%(device)' could not be initialized", }, { + .error_fmt = QERR_DEVICE_IN_USE, + .desc = "Device '%(device)' is in use", + }, + { .error_fmt = QERR_DEVICE_LOCKED, .desc = "Device '%(device)' is locked", }, |