Skip to content
Snippets Groups Projects
Commit 7a9774ef authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Also here.

svn:r5314
parent 0738c24b
Branches
Tags
No related merge requests found
......@@ -295,7 +295,7 @@ _warn(unsigned int domain, const char *format, ...)
{
va_list ap;
va_start(ap,format);
logv(LOG_ERR, domain, _log_fn_function_name, format, ap);
logv(LOG_WARN, domain, _log_fn_function_name, format, ap);
va_end(ap);
_log_fn_function_name = NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment