vlog: Use PRINTF_FORMAT macro from compiler.h.
authorBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 21:58:37 +0000 (14:58 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Apr 2011 17:58:54 +0000 (10:58 -0700)
commit1c5a216a80ce40c6af79a8919c7f5a06d1b97a90
tree4d205e9ba5a6cf8436266ad5c92665d32fe73b15
parent1d2c568dfdb317055f330f4703923437d565ad3e
vlog: Use PRINTF_FORMAT macro from compiler.h.

PRINTF_FORMAT is more portable than raw __attribute__.  We use it
elsewhere, I don't know why it wasn't used here.
lib/vlog.h