C API: Exposed clicon_log_str()

This commit is contained in:
Olof hagsand 2022-10-03 10:33:07 +02:00
parent f0c8201762
commit 4a5e0c1832
2 changed files with 2 additions and 1 deletions

View file

@ -238,7 +238,7 @@ slogtime(void)
* @note syslog makes its own filtering, but if log to stderr we do it here
* @see clicon_debug
*/
static int
int
clicon_log_str(int level,
char *msg)
{