- [Issue 2232] Log a message when taking the backend offline:
Log an informational message upon JEB finalization.
| | |
| | | support for the hasSubordinates operational attribute |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=This backend does not provide \ |
| | | support for the numSubordinates operational attribute |
| | | NOTICE_BACKEND_OFFLINE_370=The backend %s is now taken offline |
| | |
| | | // Make sure the thread counts are zero for next initialization. |
| | | threadTotalCount.set(0); |
| | | threadWriteCount.set(0); |
| | | |
| | | // Log an informational message. |
| | | Message message = NOTE_BACKEND_OFFLINE.get(cfg.getBackendId()); |
| | | logError(message); |
| | | } |
| | | |
| | | |