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@xxxxxxxxxx> --- client/tools/cd_hash.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html