Message ID | 1308605354-5873-1-git-send-email-lmr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tools/cd_hash.py b/client/tools/cd_hash.py index c658447..3db1e47 100755 --- a/client/tools/cd_hash.py +++ b/client/tools/cd_hash.py @@ -16,7 +16,7 @@ if __name__ == "__main__": parser = optparse.OptionParser("usage: %prog [options] [filenames]") options, args = parser.parse_args() - logging_manager.configure_logging(virt_utils.KvmLoggingConfig()) + logging_manager.configure_logging(virt_utils.VirtLoggingConfig()) if args: filenames = args
I really thought I had fixed this one. cd_hash makes reference to a KvmLoggingConfig class, that existed prior to the refactor. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> --- client/tools/cd_hash.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)