diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index 38270f7..3800503 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -4436,7 +4436,7 @@ private: } catch (std::exception& e) { - LOG(logLevelError, "getTransport() fails: %s\n", e.what()); + LOG(logLevelDebug, "getTransport() fails: %s", e.what()); return Transport::shared_pointer(); } }