Skip to content
GitLab
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
4f864a3e
Commit
4f864a3e
authored
Mar 07, 2018
by
afreyssin
Browse files
Minor changes (JORAM-287).
parent
c7d86000
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/joram/mom/core/src/main/java/org/objectweb/joram/mom/proxies/tcp/IOControl.java
View file @
4f864a3e
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2004 - 201
3
ScalAgent Distributed Technologies
* Copyright (C) 2004 - 201
8
ScalAgent Distributed Technologies
* Copyright (C) 2004 France Telecom R&D
*
* This library is free software; you can redistribute it and/or
...
...
@@ -168,7 +168,8 @@ public class IOControl {
}
return
new
ProxyMessage
(
messageId
,
ackId
,
obj
);
}
logger
.
log
(
BasicLevel
.
DEBUG
,
"IOControl.receive: already received message: "
+
messageId
+
" -> "
+
obj
);
// TODO (AF): May be we have either to ack anew the message, or to close the connection.
logger
.
log
(
BasicLevel
.
WARN
,
"IOControl.receive: already received message: "
+
messageId
+
" -> "
+
obj
);
}
}
catch
(
InterruptedException
exc
)
{
if
(
logger
.
isLoggable
(
BasicLevel
.
DEBUG
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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