Skip to content

Commit 052905b

Browse files
committed
More informative warning
1 parent 8f260e9 commit 052905b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/src/org/labkey/cluster/pipeline/AbstractClusterExecutionEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ protected void updateJobStatus(@Nullable String status, ClusterJob j, @Nullable
504504

505505
if (!statusChanged && !sf.getStatus().equalsIgnoreCase(j.getStatus()))
506506
{
507-
_log.error("ClusterExecutionEngine reports status not changed, but was: " + sf.getStatus() + " / " + j.getStatus());
507+
_log.error("ClusterExecutionEngine reports status not changed, but was: " + status + " / statusfile: " + sf.getStatus() + " / cluster job: " + j.getStatus());
508508
}
509509
}
510510

0 commit comments

Comments
 (0)