ovs.stream: Use %d in place of %ld since the two are equivalent in Python.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Aug 2011 17:47:53 +0000 (10:47 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Aug 2011 19:06:53 +0000 (12:06 -0700)
commit1f9dd59cf178b0765727f6908e135f48c766e213
treefed7203b626a517bec9975db371df64fe251c8f9
parent90d9dcfc12cbfa7ac103ea6d0e38797c10598d57
ovs.stream: Use %d in place of %ld since the two are equivalent in Python.

Reported-by: Reid Price <reid@nicira.com>
python/ovs/stream.py