From 83319dfc655f3b9213e3366ddc5e6115129d0718 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 14 Oct 2008 13:29:49 -0700 Subject: [PATCH] secchan: Remove unhelpful STP-related log message. --- secchan/secchan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/secchan/secchan.c b/secchan/secchan.c index d36da2564..a503d8025 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -1000,8 +1000,6 @@ port_watcher_set_flags(struct port_watcher *pw, uint16_t port_no, p = lookup_port(pw, port_no); if (!p) { - VLOG_WARN_RL(&vrl, "attempting to set flags on nonexistent port %" - PRIu16, port_no); return; } -- 2.45.2