projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
236966a
)
Add note about yaz_log_mask_str_x
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Feb 2014 09:03:01 +0000
(10:03 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Feb 2014 09:03:01 +0000
(10:03 +0100)
src/log.c
patch
|
blob
|
history
diff --git
a/src/log.c
b/src/log.c
index
265dd77
..
b439c4c
100644
(file)
--- 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;