Re: [ovs-dev] [PATCH] Python daemons: Changed log date time format.

2012-07-02 Thread Ben Pfaff
On Mon, Jul 02, 2012 at 04:32:44AM -0700, Arun Sharma wrote: > Changed the python daemons log date and time format to keep similar > as C binaries logging format. The date time is in UTC. > > Signed-off-by: Arun Sharma Applied to master, thanks. ___ de

[ovs-dev] [PATCH] Python daemons: Changed log date time format.

2012-07-02 Thread Arun Sharma
Changed the python daemons log date and time format to keep similar as C binaries logging format. The date time is in UTC. Signed-off-by: Arun Sharma --- python/ovs/vlog.py |2 +- tests/vlog.at |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ovs/vlog.py