diff --git a/libpoolprotocols/stratum/EthStratumClient.cpp b/libpoolprotocols/stratum/EthStratumClient.cpp index 64721ade8..1c50d6c61 100644 --- a/libpoolprotocols/stratum/EthStratumClient.cpp +++ b/libpoolprotocols/stratum/EthStratumClient.cpp @@ -1740,7 +1740,7 @@ void EthStratumClient::onRecvSocketDataCompleted( { string what = jRdr.getFormattedErrorMessages(); boost::replace_all(what, "\n", " "); - cwarn << "Stratum got invalid Json message : " << what; + cwarn << "Stratum got invalid Json message : " << what << ",jMsg: " << jMsg << ",line: "<