- Timestamp:
- Feb 1, 2013 5:10:06 PM (12 years ago)
- Branches:
- master
- Children:
- c261c0f
- Parents:
- 17c6d91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/remote_service.py
r17c6d91 rf7fc551 561 561 "Bad format message (XMLRPC??): %s" % e) 562 562 except FaultException, e: 563 self.log.debug('SOAP Fault') 563 if self.log: 564 self.log.debug('SOAP Fault') 564 565 port = self.hammer_port_shut(port) 565 566 # If the method isn't implemented we get a FaultException
Note: See TracChangeset
for help on using the changeset viewer.