Lines Matching defs:notify_count
630 int notify_count = 0;
638 "connection was broken after %d notifies\n", notify_count);
652 notify_count++;
669 "skipping automatic retry on op #%d as be is offline\n", notify_count);
678 "attempting automatic retry on op #%d\n", notify_count);
682 "attempting failover retry on op #%d\n", notify_count);
702 "notify connected to op #%d\n", notify_count);
705 DEBUG(SSSDBG_TRACE_ALL, "notify offline to op #%d\n", notify_count);
709 "notify error to op #%d: %d [%s]\n", notify_count, ret, strerror(ret));
723 "caching successful connection after %d notifies\n", notify_count);