X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_log.c;h=0630acc9ea38dc08b4545111439f8de4f119771c;hp=d4a83e5d911ed00d69ca7d16aadc8d2f1c1fc48c;hb=5d2037ccd6b74ec67f662a83477820792b7172b3;hpb=3107ce3a34993d2f784387f227a50343fff83bbc diff --git a/test/test_log.c b/test/test_log.c index d4a83e5..0630acc 100644 --- a/test/test_log.c +++ b/test/test_log.c @@ -1,7 +1,11 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -49,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':