Change ArchivePurgeManager /awips2/archive message from ERROR to WARN
This commit is contained in:
parent
19beb41352
commit
9044bddc26
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class ArchivePurgeManager {
|
||||||
sentPurgeMessage = false;
|
sentPurgeMessage = false;
|
||||||
|
|
||||||
if (!archiveRootDir.isDirectory()) {
|
if (!archiveRootDir.isDirectory()) {
|
||||||
statusHandler.error(archiveRootDir.getAbsolutePath()
|
statusHandler.warn(archiveRootDir.getAbsolutePath()
|
||||||
+ " not a directory.");
|
+ " not a directory.");
|
||||||
return purgeCount;
|
return purgeCount;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue