Skip to content

Commit abfa28d

Browse files
committed
Restore prior logging level in SequenceAnalysisMaintenanceTask
1 parent eb7d896 commit abfa28d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/SequenceAnalysisMaintenanceTask.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ else if (!d.getFile().exists())
172172
{
173173
if (d != null && d.getFile() != null && d.getFile().exists())
174174
{
175-
// NOTE: ultimately remove this:
176-
log.info("ReadData marked as archived, but file exists: " + rd.getRowid() + ", " + rd.getFileId1() + ", " + d.getFile().getPath() + " for container: " + (c == null ? rd.getContainer() : c.getPath()));
175+
log.error("ReadData marked as archived, but file exists: " + rd.getRowid() + ", " + rd.getFileId1() + ", " + d.getFile().getPath() + " for container: " + (c == null ? rd.getContainer() : c.getPath()));
177176
}
178177
}
179178
}

0 commit comments

Comments
 (0)