|
@@ -506,7 +506,7 @@ public class ZooKeeperServer implements SessionExpirer, ServerStats.Provider {
|
|
|
if (zkShutdownHandler != null) {
|
|
|
zkShutdownHandler.handle(state);
|
|
|
} else {
|
|
|
- LOG.error("ZKShutdownHandler is not registered, so ZooKeeper server "
|
|
|
+ LOG.debug("ZKShutdownHandler is not registered, so ZooKeeper server "
|
|
|
+ "won't take any action on ERROR or SHUTDOWN server state changes");
|
|
|
}
|
|
|
}
|