MCPcopy Index your code
hub / github.com/git/git / logerror

Function logerror

daemon.c:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122__attribute__((format (printf, 1, 2)))
123static void logerror(const char *err, ...)
124{
125 va_list params;
126 va_start(params, err);
127 logreport(LOG_ERR, err, params);
128 va_end(params);
129}
130
131__attribute__((format (printf, 1, 2)))
132static void loginfo(const char *err, ...)

Callers 10

path_okFunction · 0.85
run_access_hookFunction · 0.85
run_serviceFunction · 0.85
copy_to_logFunction · 0.85
set_keep_aliveFunction · 0.85
executeFunction · 0.85
handleFunction · 0.85
setup_named_sockFunction · 0.85
socksetupFunction · 0.85
service_loopFunction · 0.85

Calls 1

logreportFunction · 0.85

Tested by

no test coverage detected