Re: [ovs-dev] [PATCH 1/2] tunnel: Log tunneling changes at INFO level.

2013-02-08 Thread Ben Pfaff
On Thu, Feb 07, 2013 at 07:04:21PM -0800, Ethan Jackson wrote: > These log messages occur infrequently, and are quite useful when > debugging problems after the fact. So they should be logged at > info level which makes them more readily available. > > Signed-off-by: Ethan Jackson Looks good, t

[ovs-dev] [PATCH 1/2] tunnel: Log tunneling changes at INFO level.

2013-02-07 Thread Ethan Jackson
These log messages occur infrequently, and are quite useful when debugging problems after the fact. So they should be logged at info level which makes them more readily available. Signed-off-by: Ethan Jackson --- ofproto/tunnel.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif