aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-01-02 13:28:51 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-02 13:48:37 -0800
commitfded7f983c74ec348d577f23119ded25bde23d74 (patch)
treea7073a7ebed95a19b4d15a65932456d47162c9ef /vswitchd
parent7f804ea5a3e44b1831e5cfbd09eab46cc36a1459 (diff)
bridge: Log version number precisely once.
Before this patch, ovs-vswitchd logged its version number every time the database changed. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index e58c3c4b..beb8b936 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -608,7 +608,7 @@ bridge_reconfigure_continue(const struct ovsrec_open_vswitch *ovs_cfg)
daemonize_complete();
reconfiguring = false;
- VLOG_INFO("%s (Open vSwitch) %s", program_name, VERSION);
+ VLOG_INFO_ONCE("%s (Open vSwitch) %s", program_name, VERSION);
}
return done;