Commit ae8debc1 authored by Arturo Filastò's avatar Arturo Filastò
Browse files

Merge pull request #378 from igueths/fix/typo

Fix typo.
parents e358243b 61af23e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ class Daphn3ClientProtocol(daphn3.Daphn3Protocol):
        self.current_data_received = 0
        if self.current_step >= (len(self.steps) - 1):
            log.msg("Reached the end of the state machine")
            log.msg("Censorship fingerpint bisected!")
            log.msg("Censorship fingerprint bisected!")
            step_idx, mutation_idx = self.factory.mutation
            log.msg("step_idx: %s | mutation_id: %s" % (step_idx, mutation_idx))
            #self.transport.loseConnection()