Searched defs:notify_count (Results 1 - 1 of 1) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | sdap_id_op.c | 618 int notify_count = 0; local 626 "connection was broken after %d notifies\n", notify_count); 640 notify_count++; 657 "skipping automatic retry on op #%d as be is offline\n", notify_count); 666 "attempting automatic retry on op #%d\n", notify_count); 670 "attempting failover retry on op #%d\n", notify_count); 690 "notify connected to op #%d\n", notify_count); 693 DEBUG(SSSDBG_TRACE_ALL, "notify offline to op #%d\n", notify_count); 697 "notify error to op #%d: %d [%s]\n", notify_count, ret, strerror(ret)); 711 "caching successful connection after %d notifies\n", notify_count); [all...] |
Completed in 11 milliseconds