Suppress warnings from mime4j by default.
It's now controlled by the debug setting. Bug 2829962 Change-Id: I700c83e5a193d2f013fcca14092e4eed6a127f97
This commit is contained in:
parent
8066a925b1
commit
3cc02d3e68
@ -46,7 +46,7 @@ public class Log {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isWarnEnabled() {
|
public boolean isWarnEnabled() {
|
||||||
return true;
|
return Email.DEBUG;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void trace(Object message) {
|
public void trace(Object message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user