vlog: Skip reopening a log file if it would have no effect.
authorBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 18:37:24 +0000 (11:37 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 20:51:11 +0000 (13:51 -0700)
commit68cb8aaf0aa7956f7e6e28e380ea6b0333a4a3be
tree0816264d0a38914ba955b69c9cff2281ad013999
parent8ba855c1ab62dbc356071794f4681e9f6ba7505a
vlog: Skip reopening a log file if it would have no effect.

Avoids redundant "closing log file"/"opened log file" messages in log files.

Reported-by: Reid Price <reid@nicira.com>
Bug #7750.
lib/vlog.c