Logging fixed

This commit is contained in:
Alexandre Dulaunoy 2013-06-08 10:51:59 +02:00
parent 89bfdb344d
commit 6c23e403c8

View file

@ -65,7 +65,7 @@ if options.storeseq:
s = shelve.open("netbeacon-send.seq")
for destination in destinations:
k = 'seq:' + str(destination)
if logging:
if options.verbose:
print (k)
if k not in s:
s[k] = 1