|
@@ -955,6 +955,9 @@ class XfrinConnection(asyncore.dispatcher):
|
|
|
raise XfrinException('Unable to reconnect to master')
|
|
|
|
|
|
# start statistics timer
|
|
|
+ # Note: If the timer for the zone is already started but
|
|
|
+ # not yet stopped due to some error, the last start time
|
|
|
+ # is overwritten at this point.
|
|
|
self._counters.start_timer('zones', self._zone_name.to_text(),
|
|
|
'latest_' + req_str.lower() + '_duration')
|
|
|
logger.info(XFRIN_XFR_TRANSFER_STARTED, req_str, self.zone_str())
|