Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
c853c1e5
Commit
c853c1e5
authored
Jan 27, 2021
by
Andre Freyssinet
Browse files
Minor changes.
parent
9c206234
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/joram/mom/core/src/main/java/org/objectweb/joram/mom/proxies/ConnectionManager.java
View file @
c853c1e5
...
...
@@ -360,8 +360,6 @@ public class ConnectionManager implements ConnectionManagerMBean {
Identity
.
getRootIdentityClass
(
initialAdminName
));
AdminNotification
adminNot
=
new
AdminNotification
(
userAgent
.
getId
(),
identity
);
logger
.
log
(
BasicLevel
.
DEBUG
,
"ConnectionManager.init send adminNot to "
+
adminTopic
.
getId
());
Channel
.
sendTo
(
adminTopic
.
getId
(),
adminNot
);
}
}
else
{
...
...
@@ -372,8 +370,6 @@ public class ConnectionManager implements ConnectionManagerMBean {
Identity
.
getRootIdentityClass
(
initialAdminName
));
AdminNotification
adminNot
=
new
AdminNotification
(
null
,
identity
);
AgentId
adminId
=
new
AgentId
(
AgentServer
.
getServerId
(),
AgentServer
.
getServerId
(),
AgentId
.
JoramAdminStamp
);
logger
.
log
(
BasicLevel
.
DEBUG
,
"ConnectionManager.init send adminNot to "
+
adminId
);
Channel
.
sendTo
(
adminId
,
adminNot
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment