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

Closes 31923.
This commit is contained in:
teor 2019-10-02 12:12:26 +10:00
parent 39640728c3
commit 3f94441bfe
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -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, ...)