X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_log.c;h=31f1b62c8a18a96264672c182ffe75a981006ea8;hp=5e771368e287281a481e4f4e14f7fd281990c874;hb=ece0a9c7035aa215eef48d73cb936ba503519d73;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/test/test_log.c b/test/test_log.c index 5e77136..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-2012 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':