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-11-04 23:48:55 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f8cd5ff9d91df232904c9818ab072273df445b7
1f8cd5ff
1 parent
686fa187
additional log
Change-Id: Ib371f3104cbcbcd6e7665e13a62eb575c39f5abc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/impl/ClusterCommunicationManager.java
core/store/dist/src/main/java/org/onlab/onos/store/cluster/messaging/impl/ClusterCommunicationManager.java
View file @
1f8cd5f
...
...
@@ -88,7 +88,7 @@ public class ClusterCommunicationManager
log
.
error
(
"NettyMessagingService#activate"
,
e
);
}
messagingService
=
netty
;
log
.
info
(
"Started
"
);
log
.
info
(
"Started
on {}:{}"
,
localNode
.
ip
(),
localNode
.
tcpPort
()
);
}
@Deactivate
...
...
Please
register
or
login
to post a comment