diff --git a/Source/NSRunLoop.m b/Source/NSRunLoop.m index 5e461e692..8e8f57ebc 100644 --- a/Source/NSRunLoop.m +++ b/Source/NSRunLoop.m @@ -1058,6 +1058,7 @@ static inline BOOL timerInvalidated(NSTimer *t) ti = GSTimeNow(); if (ti < now) { + fprintf(stderr, "WARNING, we appear to have jumped back in time %g seconds.\n", now - ti); now = ti; } break;