Skip to content

Commit 252d12b

Browse files
Log both values
1 parent 120dae1 commit 252d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/run/AbstractCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private void setPath(ProcessBuilder pb)
206206
String path = System.getenv("PATH");
207207

208208
getLogger().debug("Existing PATH: " + path);
209-
getLogger().debug("toolDir: " + path);
209+
getLogger().debug("toolDir: " + toolDir);
210210

211211

212212
if (path == null)

0 commit comments

Comments
 (0)