diff options
author | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:26:41 -0500 |
---|---|---|
committer | Todd Willey <todd@ansolabs.com> | 2011-01-04 00:26:41 -0500 |
commit | b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9 (patch) | |
tree | 8f32af5e369d8f19418e002c6d747ff9432ac374 /nova/exception.py | |
parent | c7305af78049f94dedcbb55480b91a3c6d843b9f (diff) | |
download | nova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.tar.gz nova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.tar.xz nova-b9576a9f73195656f4a0a1327cd6bee3c4a6b6c9.zip |
Final few log tweaks, i18n, levels, including contexts, etc.
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/exception.py b/nova/exception.py index 7c6675e62..7680e534a 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -24,6 +24,7 @@ Nova-type exceptions. SHOULD include dedicated exception logging. from nova import log as logging LOG = logging.getLogger('nova.exception') + class ProcessExecutionError(IOError): def __init__(self, stdout=None, stderr=None, exit_code=None, cmd=None, |