Changes between Initial Version and Version 1 of Ticket #183, comment 6
- Timestamp:
- 01/19/12 16:15:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #183, comment 6
initial v1 20 20 + for k,v in x.items(): 21 21 + if k==None or v==None: 22 + log.error("packet type '%s' contains a None value in dict at index %s !", packet[0], i)22 + log.error("packet type '%s' contains a None value in dict at index %s: key=%s, value=%s", packet[0], i, k, v) 23 23 + return 24 24 + i += 1