File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/coherence/component/util Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2000, 2020 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
- * http ://oss.oracle.com/licenses/upl.
5
+ * https ://oss.oracle.com/licenses/upl.
6
6
*/
7
7
#include " private/coherence/component/util/Peer.hpp"
8
8
@@ -293,7 +293,7 @@ void Peer::onConnectionError(PofConnection::Handle hConnection,
293
293
294
294
dispatchConnectionEvent (hConnection, ConnectionEvent::connection_error, ohe);
295
295
296
- COH_LOG (" Closed: " << hConnection << " due to:\n " << ohe, 6 );
296
+ COH_LOG (" Closed: " << hConnection << " due to: " << ohe-> getName () << " : " << ohe-> getMessage () , 6 );
297
297
}
298
298
299
299
void Peer::onConnectionOpened (PofConnection::Handle hConnection)
You can’t perform that action at this time.
0 commit comments