X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_log.c;h=569aad0c10409c1979138dfff4bda9b81d94f3b1;hb=7c7e37084545799555a7e49e0fb4d3d6f44f3a44;hp=4b373a6f1e86470134fd9b42c69b5d19f25bfb62;hpb=d0e351c12fff564d876958e860338d43716dc269;p=yaz-moved-to-github.git diff --git a/test/test_log.c b/test/test_log.c index 4b373a6..569aad0 100644 --- a/test/test_log.c +++ b/test/test_log.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -53,7 +53,7 @@ int main(int argc, char **argv) case 'n': number = atoi(arg); break; - case 'm': + case 'm': level = yaz_log_module_level(arg); break; case 'w':