odp-util: Improve formatting of bogus empty action attributes.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Jan 2011 23:35:56 +0000 (15:35 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Jan 2011 17:26:06 +0000 (09:26 -0800)
commit3476fce34e05af370e90961a9df4d237d6ca2e51
treec899c289f8cf9e7eed98d8bba5f49b1e87e51caf
parent2ad204c8631635a0daf6bb58ece79f89e580e299
odp-util: Improve formatting of bogus empty action attributes.

Before this change, these were formatted as:
,***%u leftover bytes***
After this change, they are formatted as:
<empty>,***%u leftover bytes***

Reviewed by Ethan Jackson <ethan@nicira.com>.
lib/odp-util.c