X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Flog.c;h=b439c4cd55933d242d6d934ce7ce529bdf1676bb;hp=265dd772b39e7fc617d1bb713c02b91f67ef71bd;hb=44d6b0193b4c993f23e081fa865cb0bf81b21272;hpb=236966a07ceb8e28649470995f88251c37423715 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;