From 44d6b0193b4c993f23e081fa865cb0bf81b21272 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 27 Feb 2014 10:03:01 +0100 Subject: [PATCH 1/1] Add note about yaz_log_mask_str_x --- src/log.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/log.c b/src/log.c index 265dd77..b439c4c 100644 --- a/src/log.c +++ b/src/log.c @@ -577,6 +577,8 @@ int yaz_log_mask_str(const char *str) return yaz_log_mask_str_x(str, l_level); } +/* this function is called by yaz_log_init_globals & yaz_init_globals + and, thus, may not call any of them indirectly */ int yaz_log_mask_str_x(const char *str, int level) { const char *p; -- 1.7.10.4