Changes between Initial Version and Version 1 of Ticket #183, comment 6


Ignore:
Timestamp:
01/19/12 16:15:09 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #183, comment 6

    initial v1  
    2020+                        for k,v in x.items():
    2121+                            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)
    2323+                                return
    2424+                    i += 1