X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_log.c;h=569aad0c10409c1979138dfff4bda9b81d94f3b1;hb=79786d23233dc896ecb0f68580298a8759592577;hp=aaeaced2d490b84357611c8624adbe8e472fa8f6;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/test/test_log.c b/test/test_log.c index aaeaced..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-2011 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':