Reduce spamminess of message telling us that a script flag isn't handled yet.

This commit is contained in:
Andreas Schildbach
2014-10-02 13:47:24 +02:00
parent 9e4043d9bb
commit 6612e1e1ce

View File

@@ -254,7 +254,7 @@ public class ScriptTest {
try {
flags.add(VerifyFlag.valueOf(flag));
} catch (IllegalArgumentException x) {
log.warn("Cannot handle verify flag {} -- ignored.", flag);
log.debug("Cannot handle verify flag {} -- ignored.", flag);
}
}
}