Skip to content

Commit 69618db

Browse files
committed
Minor code cleanup
1 parent 48d9f7b commit 69618db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primeseq/src/org/labkey/primeseq/pipeline/ClusterMaintenanceTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ private void inspectFolder(Logger log, File workDirBase)
188188

189189
if (!workDirBase.exists())
190190
{
191-
log.error("Unable to find workdir: " + workDirBase.getPath());
191+
log.warn("Unable to find workdir: " + workDirBase.getPath());
192192
return;
193193
}
194194

0 commit comments

Comments
 (0)