commit | a99c21ad8909883b5040a1bac384f81410bf987a | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Fri May 07 09:23:34 2010 -0700 |
committer | Dan Talayco <dtalayco@stanford.edu> | Fri May 07 09:23:34 2010 -0700 |
tree | d68ee0e8f5baef8f7296cea7e49dd6861ab5b765 | |
parent | b2d1d044758cc66949665215ce79116bbfbe8377 [diff] [blame] |
Debug output change
diff --git a/src/python/oftest/dataplane.py b/src/python/oftest/dataplane.py index 965bd62..40bda9c 100644 --- a/src/python/oftest/dataplane.py +++ b/src/python/oftest/dataplane.py
@@ -349,7 +349,7 @@ return self.got_pkt_port, pkt, time self.pkt_sync.release() - self.logger.debug("Poll time out, no packet") + self.logger.debug("Poll time out, no packet from " + str(port_number)) return None, None, None