We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bed15 commit 6ed20c7Copy full SHA for 6ed20c7
SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/TaskFileManagerImpl.java
@@ -194,7 +194,7 @@ public void addDeferredIntermediateFile(File file)
194
{
195
String path = FilenameUtils.normalize(file.getPath());
196
String relPath = FileUtil.relativePath(_workLocation.getPath(), path);
197
- _job.getLogger().debug("Adding deferred intermediate file: " + relPath + " || " + path);
+ _job.getLogger().debug("Adding deferred intermediate file. relative path: " + relPath + ", path: " + path);
198
if (relPath == null)
199
200
relPath = file.getPath();
0 commit comments