X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftest.c;h=e4c226c4d591b8a9eebfa1b10ff0a7cf7ef501ac;hp=dd5e69a7ea01138ac68c52fd5bc4c352a0598138;hb=2db517d64ac08da1f812f33812cf58f6aeb905e3;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7 diff --git a/src/test.c b/src/test.c index dd5e69a..e4c226c 100644 --- a/src/test.c +++ b/src/test.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -191,7 +191,7 @@ void yaz_check_print1(int type, const char *file, int line, } if (printit) { - fprintf(get_file(), "%s:%d %s: ", file, line, msg); + fprintf(get_file(), "%s:%d: %s: ", file, line, msg); fprintf(get_file(), "%s\n", expr); } if (log_tests) @@ -210,6 +210,7 @@ int yaz_test_get_verbosity() /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab