From 9c034cbec7440a73ce39e572bb114af285de99d5 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Sun, 14 Dec 2008 12:04:36 +0000 Subject: [PATCH] lib/ssh.py: import the logging module This only means most of our error paths in this module were not working (and generating exceptions). Reviewed-by: amishchenko --- lib/ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ssh.py b/lib/ssh.py index 01405877d..5d94b1a89 100644 --- a/lib/ssh.py +++ b/lib/ssh.py @@ -25,6 +25,7 @@ import os +import logging from ganeti import utils from ganeti import errors -- GitLab