提交 0a71c79a 编写于 作者: P Philipp Hahn 提交者: Peter Krempa

Fix two comments related to error handling

Signed-off-by: NPhilipp Hahn <hahn@univention.de>
上级 1afcfbdd
...@@ -206,7 +206,7 @@ typedef enum { ...@@ -206,7 +206,7 @@ typedef enum {
VIR_ERR_INVALID_STORAGE_VOL = 47, /* invalid storage vol object */ VIR_ERR_INVALID_STORAGE_VOL = 47, /* invalid storage vol object */
VIR_WAR_NO_STORAGE = 48, /* failed to start storage */ VIR_WAR_NO_STORAGE = 48, /* failed to start storage */
VIR_ERR_NO_STORAGE_POOL = 49, /* storage pool not found */ VIR_ERR_NO_STORAGE_POOL = 49, /* storage pool not found */
VIR_ERR_NO_STORAGE_VOL = 50, /* storage pool not found */ VIR_ERR_NO_STORAGE_VOL = 50, /* storage volume not found */
VIR_WAR_NO_NODE = 51, /* failed to start node driver */ VIR_WAR_NO_NODE = 51, /* failed to start node driver */
VIR_ERR_INVALID_NODE_DEVICE = 52, /* invalid node device object */ VIR_ERR_INVALID_NODE_DEVICE = 52, /* invalid node device object */
VIR_ERR_NO_NODE_DEVICE = 53, /* node device not found */ VIR_ERR_NO_NODE_DEVICE = 53, /* node device not found */
......
...@@ -79,7 +79,7 @@ class libvirtError(Exception): ...@@ -79,7 +79,7 @@ class libvirtError(Exception):
# register the libvirt global error handler # register the libvirt global error handler
# #
def registerErrorHandler(f, ctx): def registerErrorHandler(f, ctx):
"""Register a Python written function to for error reporting. """Register a Python function for error reporting.
The function is called back as f(ctx, error), with error The function is called back as f(ctx, error), with error
being a list of information about the error being raised. being a list of information about the error being raised.
Returns 1 in case of success.""" Returns 1 in case of success."""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册