add a log_context, a string output as part of any log message

This commit is contained in:
James F. Carter
2018-01-11 10:01:42 +00:00
parent dbf50046a8
commit 2702e73a26
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
pthread_key_t cleanup_handler_key;
int log_level = 2;
char *log_context = "";
void error_init(void)
{