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
Brian O'Connor
2015-10-01 15:48:00 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c90d184a763ac3ab0a123d9169e801d8d743f5ef
c90d184a
1 parent
103e981e
Fixing log message in IntentCleanup
Change-Id: Idbbfd8004f84b8667ad8c6bcf1572ada7026686d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/intent/impl/IntentCleanup.java
core/net/src/main/java/org/onosproject/net/intent/impl/IntentCleanup.java
View file @
c90d184
...
...
@@ -196,7 +196,7 @@ public class IntentCleanup implements Runnable, IntentListener {
service
.
withdraw
(
intentData
.
intent
());
break
;
default
:
log
.
warn
(
"
Trying
to resubmit pending intent {} in state {} with request {}"
,
log
.
warn
(
"
Failed
to resubmit pending intent {} in state {} with request {}"
,
intentData
.
key
(),
intentData
.
state
(),
intentData
.
request
());
break
;
}
...
...
Please
register
or
login
to post a comment