Skip to content
Snippets Groups Projects
Commit 9c034cbe authored by Iustin Pop's avatar Iustin Pop
Browse files

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
parent bf75f132
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
import os import os
import logging
from ganeti import utils from ganeti import utils
from ganeti import errors from ganeti import errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment