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

/sssd-io/src/krb5_plugin/
H A Dsssd_krb5_locator_plugin.c50 #define PLUGIN_DEBUG(body) do { \ macro
106 PLUGIN_DEBUG(("Unsupported service [%d].\n", svc));
115 PLUGIN_DEBUG(("malloc failed.\n"));
121 PLUGIN_DEBUG(("snprintf failed.\n"));
129 PLUGIN_DEBUG(("open failed [%s][%d][%s].\n",
141 PLUGIN_DEBUG(("read failed [%d][%s].\n", ret, strerror(ret)));
148 PLUGIN_DEBUG(("Content of krb5info file [%s] is [%d] or larger.\n",
151 PLUGIN_DEBUG(("Found [%s] in [%s].\n", buf, krb5info_name));
165 PLUGIN_DEBUG(("strtol failed on [%s]: [%d][%s], "
170 PLUGIN_DEBUG(("Foun
[all...]

Completed in 9 milliseconds