We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1ff9e commit 738923eCopy full SHA for 738923e
VERSION
@@ -1 +1 @@
1
-1.11.8
+1.11.9
src/metkit/mars/DHSProtocol.cc
@@ -85,8 +85,9 @@ class SimpleCallback : public BaseCallbackConnection {
85
public:
86
87
SimpleCallback() :
88
+ callback_(Resource<int>("$MARS_DHS_LOCALPORT", 0)),
89
callbackEndpoint_(computeEndpoint()) {
- LOG_DEBUG_LIB(LibMetkit) << "Simple callback. host=" << callbackEndpoint_.host()
90
+ LOG_DEBUG_LIB(LibMetkit) << "Simple callback. local port=" << callback_.localPort() << " host=" << callbackEndpoint_.host()
91
<< " port=" << callbackEndpoint_.port() << std::endl;
92
}
93
explicit SimpleCallback(const Configuration&) : SimpleCallback() {}
0 commit comments