Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2014-10-19 15:43:41 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58e404363f9985fd2af7935c7c143032eceed55f
58e40436
1 parent
0ed6a20f
remove debug log
Change-Id: I2389df3d5ce272f8767f4f63682e4fc5e52401ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java
core/store/trivial/src/main/java/org/onlab/onos/store/trivial/impl/SimpleFlowRuleStore.java
View file @
58e4043
...
...
@@ -135,8 +135,7 @@ public class SimpleFlowRuleStore
FlowEntry
entry
=
getFlowEntry
(
rule
.
deviceId
(),
rule
.
id
());
if
(
entry
==
null
)
{
log
.
warn
(
"Cannot find rule {}"
,
rule
);
System
.
err
.
println
(
"Cannot find rule "
+
rule
);
//log.warn("Cannot find rule {}", rule);
return
;
}
synchronized
(
entry
)
{
...
...
Please
register
or
login
to post a comment