mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
correcting some simple typos
This commit is contained in:
parent
9fc8f491ff
commit
e21c0f1115
5 changed files with 11 additions and 11 deletions
|
@ -87,7 +87,7 @@ function broker_new(name: string, host: addr, host_port: port, topic: string, dp
|
|||
register_controller(OpenFlow::BROKER, name, c);
|
||||
|
||||
if ( [host_port, cat(host)] in broker_peers )
|
||||
Reporter::warning(fmt("Peer %s:%s was added to NetControl acld plugin twice.", host, host_port));
|
||||
Reporter::warning(fmt("Peer %s:%s was added to NetControl openflow plugin twice.", host, host_port));
|
||||
else
|
||||
broker_peers[host_port, cat(host)] = c;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue