Revision 53dbf14c lib/impexpd/__init__.py

b/lib/impexpd/__init__.py
25 25

  
26 26
import re
27 27
import socket
28
import logging
28 29
from cStringIO import StringIO
29 30

  
30 31
from ganeti import constants
......
320 321
      if not status_file.GetConnected():
321 322
        m = TRANSFER_LOOP_RE.match(msg)
322 323
        if m:
324
          logging.debug("Connection established")
323 325
          status_file.SetConnected()
324 326
          return True
325 327

  

Also available in: Unified diff