Skip to content

Commit 85f2269

Browse files
committed
More accurate log message
1 parent ff9b213 commit 85f2269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/util/AbstractGenomicsDBImportHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
659659

660660
if (!toDelete.isEmpty())
661661
{
662-
ctx.getLogger().info("deleting locally copied gVCFs: " + toDelete.size());
662+
ctx.getLogger().info("deleting locally copied files: " + toDelete.size());
663663
for (File f : toDelete)
664664
{
665665
ctx.getLogger().debug(f.getPath());

0 commit comments

Comments
 (0)