Change ArchivePurgeManager /awips2/archive message from ERROR to WARN

This commit is contained in:
mjames-upc 2016-03-20 12:46:03 -06:00
parent 19beb41352
commit 9044bddc26

View file

@ -119,7 +119,7 @@ public class ArchivePurgeManager {
sentPurgeMessage = false;
if (!archiveRootDir.isDirectory()) {
statusHandler.error(archiveRootDir.getAbsolutePath()
statusHandler.warn(archiveRootDir.getAbsolutePath()
+ " not a directory.");
return purgeCount;
}