diff --git a/core/src/main/groovy/noe/common/utils/Library.groovy b/core/src/main/groovy/noe/common/utils/Library.groovy index a4ba00f9..fe4b3475 100644 --- a/core/src/main/groovy/noe/common/utils/Library.groovy +++ b/core/src/main/groovy/noe/common/utils/Library.groovy @@ -167,7 +167,7 @@ class Library { socket.shutdownOutput() return true } catch (IOException e) { - log.trace("checkTcpPort: TAGOTAG: host:port - ${host}:${port} is not ready", e) + log.trace("checkTcpPort: TAGOTAG: host:port - ${host}:${port} is not ready [${e.getMessage()}]") return false } finally { socket?.close() @@ -206,7 +206,7 @@ class Library { socket.shutdownOutput() return true } catch (IOException e) { - log.trace("waitForTcp: TAGOTAG: host:port - ${host}:${port} is not ready", e) + log.trace("waitForTcp: TAGOTAG: host:port - ${host}:${port} is not ready [${e.getMessage()}]") } finally { socket?.close() }