diff --git a/include/serializedAsynchronousContinuation.h b/include/serializedAsynchronousContinuation.h index f163c45..93f2f8e 100644 --- a/include/serializedAsynchronousContinuation.h +++ b/include/serializedAsynchronousContinuation.h @@ -193,10 +193,14 @@ public: if (removed) { - std::cerr << "LockerAndInvoker::operator(): False positive gridlock " - "detection - continuation was being tracked but successfully " - "acquired all locks. This was likely due to timed delay, " - "long-running operation, or I/O delay." << std::endl; + std::cerr + << "LockerAndInvoker::operator(): False positive " + "gridlock detection - continuation @" + << serializedContinuation.get() + << " was being tracked but successfully acquired all " + "locks. This was likely due to timed delay, " + "long-running operation, or I/O delay." + << std::endl; } } #endif