X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_log.c;h=31f1b62c8a18a96264672c182ffe75a981006ea8;hp=4b373a6f1e86470134fd9b42c69b5d19f25bfb62;hb=2fc1ed65e59499ef747922ea9763d8f21f056f6e;hpb=d0e351c12fff564d876958e860338d43716dc269 diff --git a/test/test_log.c b/test/test_log.c index 4b373a6..31f1b62 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-2013 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':