X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_log.c;h=31f1b62c8a18a96264672c182ffe75a981006ea8;hp=d4a83e5d911ed00d69ca7d16aadc8d2f1c1fc48c;hb=ece0a9c7035aa215eef48d73cb936ba503519d73;hpb=3107ce3a34993d2f784387f227a50343fff83bbc diff --git a/test/test_log.c b/test/test_log.c index d4a83e5..31f1b62 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) 1995-2013 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':