Merge branch 'master' of https://github.com/shailevi23/fio
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index 8c8d69f0473ab8f33eaa0828d5e1a66065241145..7cf6bee1945aabea351f13853f5b32ba386881a9 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -3051,7 +3051,7 @@ static void __add_log_sample(struct io_log *iolog, union io_sample_data data,
 
                s->data = data;
                s->time = t;
-               if (iolog->td && (iolog->td->o.log_unix_epoch || iolog->td->o.log_alternate_epoch))
+               if (iolog->td && iolog->td->o.log_alternate_epoch)
                        s->time += iolog->td->alternate_epoch;
                io_sample_set_ddir(iolog, s, ddir);
                s->bs = bs;