HPCC-23204 Do not add extra line to ZAP eclagent log file Reviewed-By: Jake Smith <jake.smith@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -1960,7 +1960,7 @@ void WsWuInfo::getWorkunitEclAgentLog(const char* fileName, const char* agentPid
}
- if (buf.length() < 1)
+ if (!wuidFound)
{
const char * msg = "(No logfile entries found for this workunit)";
outputALine(strlen(msg), msg, buf, outIOS);