X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.c;h=08374299cc26d9ac3128bd73858b605ffaf201fb;hb=a0ff1d4e3dadebc809e09691b2b0c4306c394465;hp=f0506a50821f1d095ec543a655022d46ece212bf;hpb=da40398fa79dc25801e7d276fd86da7439bd3e41;p=osl.git diff --git a/osl.c b/osl.c index f0506a5..0837429 100644 --- a/osl.c +++ b/osl.c @@ -44,7 +44,7 @@ __export const char *osl_strerror(int num) return msgstr.str + errmsgidx[num]; } -static int loglevel; +int loglevel = 0; static void __attribute ((constructor)) init_loglevel(void) {