Make YAZ checks Emacs friendly
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Jan 2009 10:44:50 +0000 (11:44 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Jan 2009 10:44:50 +0000 (11:44 +0100)
src/test.c

index b09f847..c186bc5 100644 (file)
@@ -191,7 +191,7 @@ void yaz_check_print1(int type, const char *file, int line,
     }
     if (printit)
     {
     }
     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)
         fprintf(get_file(), "%s\n", expr);
     }
     if (log_tests)