Skip to content
Snippets Groups Projects
Commit f94a49ec authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

fix: logging

parent 41cb1af3
No related branches found
Tags
No related merge requests found
...@@ -420,7 +420,7 @@ public class HaaSClient { ...@@ -420,7 +420,7 @@ public class HaaSClient {
} }
final byte[] result = ws.readDataFromJobNode(jobId, host, sessionId); final byte[] result = ws.readDataFromJobNode(jobId, host, sessionId);
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("read - DONE: {}", result != null ? new String(result) log.debug("read - DONE: \"{}\"", result != null ? new String(result)
: "EOF"); : "EOF");
} }
return result; return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment