vlog: Trim trailing new-lines from log messages.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 23:27:02 +0000 (16:27 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 23:39:23 +0000 (16:39 -0700)
commit6cc21f187e939939b72d5f6aaa3cb61a99f890dd
tree59d6e57b50342a7060f3d7df1e717ea9e7acc716
parent92d3112fd0924fb75c842ce24af981d755c5ef85
vlog: Trim trailing new-lines from log messages.

Sometimes a message passed into a vlog function will have a trailing
new-line due to carelessness.  Tolerate this situation by just
trimming them off in format_log_message().
lib/vlog.c