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

/systemd/src/basic/
H A Dlog.c764 static void log_assert( function
787 log_assert(LOG_CRIT, text, file, line, func, "Assertion '%s' failed at %s:%u, function %s(). Aborting.");
792 log_assert(LOG_CRIT, text, file, line, func, "Code should not be reached '%s' at %s:%u, function %s(). Aborting.");
798 log_assert(LOG_DEBUG, text, file, line, func, "Assertion '%s' failed at %s:%u, function %s(). Ignoring.");

Completed in 183 milliseconds