projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a8137
)
secchan: Remove unhelpful STP-related log message.
author
Ben Pfaff
<blp@nicira.com>
Tue, 14 Oct 2008 20:29:49 +0000
(13:29 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 14 Oct 2008 20:31:09 +0000
(13:31 -0700)
secchan/secchan.c
patch
|
blob
|
history
diff --git
a/secchan/secchan.c
b/secchan/secchan.c
index d36da2564fd46dca7885b4ef208df88b8f70dd96..a503d8025690ff4d12b2b90ce0a9d6f61ef6797a 100644
(file)
--- 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;
}