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
Thomas Vachuska
2015-08-26 10:14:29 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91caf1a55a8b181c675619bac18805712c3b3601
91caf1a5
1 parent
3b00e1b2
Fixed log message.
Change-Id: I1d6dcee6284399cdb30a40c4d2e7557ee0c7fee1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/misc/src/main/java/org/onlab/util/AbstractAccumulator.java
utils/misc/src/main/java/org/onlab/util/AbstractAccumulator.java
View file @
91caf1a
...
...
@@ -150,7 +150,7 @@ public abstract class AbstractAccumulator<T> implements Accumulator<T> {
processItems
(
batch
);
}
}
catch
(
Exception
e
)
{
log
.
warn
(
"Unable to process batch due to
{}
"
,
e
);
log
.
warn
(
"Unable to process batch due to"
,
e
);
}
}
else
{
synchronized
(
AbstractAccumulator
.
this
)
{
...
...
Please
register
or
login
to post a comment