Skip to content
Snippets Groups Projects
Unverified Commit 3f94441b authored by teor's avatar teor
Browse files

log: fix a typo in the function comment for log_fn_()

Closes 31923.
parent 39640728
No related branches found
No related tags found
No related merge requests found
...@@ -755,7 +755,7 @@ tor_log_get_logfile_names(smartlist_t *out) ...@@ -755,7 +755,7 @@ tor_log_get_logfile_names(smartlist_t *out)
/** Implementation of the log_fn backend, used when we have /** Implementation of the log_fn backend, used when we have
* variadic macros. All arguments are as for log_fn, except for * variadic macros. All arguments are as for log_fn, except for
* <b>fn</b>, which is the name of the calling functions. */ * <b>fn</b>, which is the name of the calling function. */
void void
log_fn_(int severity, log_domain_mask_t domain, const char *fn, log_fn_(int severity, log_domain_mask_t domain, const char *fn,
const char *format, ...) const char *format, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment