Lines Matching refs:file
61 "Could not open debug file descriptor [%d]. "
62 "Debug messages will not be written to the file "
147 errno_t journal_send(const char *file,
168 res = asprintf(&code_file, "CODE_FILE=%s", file);
209 void sss_vdebug_fn(const char *file,
235 ret = journal_send(file, line, function, level, format, ap);
275 void sss_debug_fn(const char *file,
284 sss_vdebug_fn(file, line, function, level, 0, format, ap);
381 sss_log(SSS_LOG_EMERG, "Could not open file [%s]. Error: [%d][%s]\n",
437 * current file, so all debug messages will be disappearing.
440 * leak and then proceed with opening the new file.
442 sss_log(SSS_LOG_ALERT, "Could not close debug file [%s]. [%d][%s]\n",
444 sss_log(SSS_LOG_ALERT, "Attempting to open new file anyway. "