Changeset f7fc551


Ignore:
Timestamp:
Feb 1, 2013 5:10:06 PM (11 years ago)
Author:
Ted Faber <faber@…>
Branches:
master
Children:
c261c0f
Parents:
17c6d91
Message:

whoops. Guard that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/remote_service.py

    r17c6d91 rf7fc551  
    561561                        "Bad format message (XMLRPC??): %s" % e)
    562562            except FaultException, e:
    563                 self.log.debug('SOAP Fault')
     563                if self.log:
     564                    self.log.debug('SOAP Fault')
    564565                port = self.hammer_port_shut(port)
    565566                # If the method isn't implemented we get a FaultException
Note: See TracChangeset for help on using the changeset viewer.