commit | 8eae73b5d7085b0f9b087033c328fdbbbcc6271d | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri Feb 19 19:53:36 2010 +0100 |
committer | Markus Armbruster <armbru@redhat.com> | Tue Mar 16 17:45:34 2010 +0100 |
tree | 48fc6f0275b63d8c1bd34b2bb86ded4c41fc965a | |
parent | 56e9f56309b7c77dfb328dbf450d04fd54ce4542 [diff] [blame] |
error: New QERR_BUS_NO_HOTPLUG
diff --git a/qerror.c b/qerror.c index 345bfef..d0fc1ae 100644 --- a/qerror.c +++ b/qerror.c
@@ -49,6 +49,10 @@ .desc = "Bus '%(bus)' not found", }, { + .error_fmt = QERR_BUS_NO_HOTPLUG, + .desc = "Bus '%(bus)' does not support hotplugging", + }, + { .error_fmt = QERR_COMMAND_NOT_FOUND, .desc = "The command %(name) has not been found", },