Skip to content

Commit

Permalink
HPCC-32867 Remove invalid comma separator from roxie COMPLETE line
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Oct 24, 2024
1 parent 6131e81 commit 072a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roxie/ccd/ccdlistener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ StringBuffer & ContextLogger::getStats(StringBuffer &s) const
ids.append(slowestActivityIds[i]);
formatStatistic(times, cycle_to_nanosec(slowestActivityTimes[i]), SMeasureTimeNs);
}
s.appendf(", slowestActivities={ ids=[%s] times=[%s] }", ids.str(), times.str());
s.appendf(" slowestActivities={ ids=[%s] times=[%s] }", ids.str(), times.str());
}
return s;
}
Expand Down

0 comments on commit 072a893

Please sign in to comment.