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 <[email protected]> --- 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 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
