[ovs-git] Open vSwitch: vlog: Fix formatting of milliseconds in Python log messages. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Sep 17 17:05:47 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  ad8d7af730bf7d5cb1262e96c3ed6fa6bc7796d1 (commit)
      from  3200ed58055d05726d26f8b2d2fa9d45af68a223 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad8d7af730bf7d5cb1262e96c3ed6fa6bc7796d1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ad8d7af730bf7d5cb1262e96c3ed6fa6bc7796d1
Author: Ben Pfaff <blp at nicira.com>
		
vlog: Fix formatting of milliseconds in Python log messages.
		
Commit 2b31d8e713de7 (vlog: Report timestamps in millisecond resolution in
log messages.) introduced milliseconds to log messages by default, but the
Python version did not ensure that milliseconds were always formatted with
3 digits, so 3.001 was formatted as "3.1" and 3.012 as "3.12", and so on.
This commit fixes the problem.

CC: Paul Ingram <paul at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 python/ovs/vlog.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list