summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-21 12:40:13 +0000
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>2011-06-21 12:40:13 +0000
commit77a27bc06c0f056c5f33bfba97213c638b5d73a9 (patch)
tree8cd2aeae771016c68231b73306c1fe5018ae0647
parent585e0cca1eafa8b929d45f2a0d68e444dd97ec1d (diff)
client tools: Fix rebase bug on cd_hash.py
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> git-svn-id: svn://test.kernel.org/autotest/trunk@5435 592f7852-d20e-0410-864c-8624ca9c26a4
-rwxr-xr-xclient/tools/cd_hash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tools/cd_hash.py b/client/tools/cd_hash.py
index c658447b..3db1e472 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