--- qtbase/src/corelib/kernel/qobject.cpp
+++ qtbase/src/corelib/kernel/qobject.cpp
@@ -1612,7 +1612,7 @@
     Q_D(QObject);
 
     if (Q_UNLIKELY(interval < 0)) {
-        qWarning("QObject::startTimer: Timers cannot have negative intervals");
+        qWarning() << "QObject::startTimer: Timer" << this << "cannot have a negative interval";
         return 0;
     }
     if (Q_UNLIKELY(!d->threadData->eventDispatcher.load())) {
