Searched defs:PLUGIN_DEBUG (Results 1 - 1 of 1) sorted by relevance

/sssd/src/krb5_plugin/
H A Dsssd_krb5_locator_plugin.c49 #define PLUGIN_DEBUG(body) do { \ macro
104 PLUGIN_DEBUG(("Unsupported service [%d].\n", svc));
113 PLUGIN_DEBUG(("malloc failed.\n"));
119 PLUGIN_DEBUG(("snprintf failed.\n"));
127 PLUGIN_DEBUG(("open failed [%s][%d][%s].\n",
139 PLUGIN_DEBUG(("read failed [%d][%s].\n", ret, strerror(ret)));
146 PLUGIN_DEBUG(("Content of krb5info file [%s] is [%d] or larger.\n",
149 PLUGIN_DEBUG(("Found [%s] in [%s].\n", buf, krb5info_name));
163 PLUGIN_DEBUG(("strtol failed on [%s]: [%d][%s], "
168 PLUGIN_DEBUG(("Foun
[all...]

Completed in 659 milliseconds