log: rename do_log to logmsg

This commit is contained in:
Justin M. Keyes
2018-09-18 09:46:54 +02:00
parent a316258d2c
commit b9bcfa9bc8
3 changed files with 12 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ void log_unlock(void)
/// @param context description of a shared context or subsystem
/// @param func_name function name, or NULL
/// @param line_num source line number, or -1
bool do_log(int log_level, const char *context, const char *func_name,
bool logmsg(int log_level, const char *context, const char *func_name,
int line_num, bool eol, const char *fmt, ...)
FUNC_ATTR_UNUSED
{