Home | History | Annotate | Download | only in examples

Lines Matching refs:log_log

718 local void log_log(struct log *log, int op, char *record)
746 log_log(log, op, "start");
755 log_log(log, op, "allocation failure");
759 log_log(log, op, ".add file read failure");
765 log_log(log, op, ".add file read failure");
768 log_log(log, op, "loaded .add file");
771 log_log(log, op, "missing .add file!");
787 log_log(log, op, ret ? "failure" : "complete");