|
@@ -166,7 +166,7 @@ public class FSEditLog {
|
|
*/
|
|
*/
|
|
synchronized void close() {
|
|
synchronized void close() {
|
|
if (state == State.CLOSED) {
|
|
if (state == State.CLOSED) {
|
|
- LOG.warn("Closing log when already closed", new Exception());
|
|
|
|
|
|
+ LOG.debug("Closing log when already closed");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|