Skip to content

Commit 8e95311

Browse files
committed
Improve logged message
1 parent f75fee6 commit 8e95311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/pipeline/AlignerIndexUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static boolean copyIndexIfExists(PipelineContext ctx, AlignmentOutputImpl
4040

4141
public static boolean copyIndexIfExists(PipelineContext ctx, AlignmentOutputImpl output, String localName, String webserverName, ReferenceGenome genome, boolean forceCopyLocal) throws PipelineJobException
4242
{
43-
ctx.getLogger().debug("copying index to shared dir if exists: " + localName);
43+
ctx.getLogger().debug("checking if index exists: " + localName + ". copy local: " + forceCopyLocal);
4444
if (ctx.getWorkDir() == null)
4545
{
4646
throw new PipelineJobException("PipelineContext.getWorkDir() is null");

0 commit comments

Comments
 (0)