mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Reduce spamminess of message telling us that a script flag isn't handled yet.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user