Merge branch 'asmfix' of https://github.com/oohal/fio
[fio.git] / debug.c
diff --git a/debug.c b/debug.c
index 5e9806335fc630e01da4f8a55c5ed042dd939488..013cd53c214debe2cbb7be1ca8842c436390ff96 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -16,8 +16,8 @@ void __dprint(int type, const char *str, ...)
            && pid != *fio_debug_jobp)
                return;
 
-       log_local("%-8s ", debug_levels[type].name);
-       log_local("%-5u ", (int) pid);
+       log_info("%-8s ", debug_levels[type].name);
+       log_info("%-5u ", (int) pid);
 
        va_start(args, str);
        log_valist(str, args);