| 131 | } |
| 132 | |
| 133 | void IcingaDB::ExceptionHandler(boost::exception_ptr exp) |
| 134 | { |
| 135 | Log(LogCritical, "IcingaDB", "Exception during redis query. Verify that Redis is operational."); |
| 136 | |
| 137 | Log(LogDebug, "IcingaDB") |
| 138 | << "Exception during redis operation: " << DiagnosticInformation(exp); |
| 139 | } |
| 140 | |
| 141 | void IcingaDB::OnConnectedHandler() |
| 142 | { |