From bd654073ce3baa5a8a79a05ada2ead6ab09b615b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Mon, 14 May 2018 21:02:34 +0200 Subject: [PATCH] Refined trace message --- sys/Driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Driver.c b/sys/Driver.c index 140f9eb..1cdde78 100644 --- a/sys/Driver.c +++ b/sys/Driver.c @@ -636,7 +636,7 @@ Bus_PlugInRequestCleanUpEvtTimerFunc( TraceEvents(TRACE_LEVEL_VERBOSE, TRACE_DRIVER, - "PDO (serial = %d) age: %llu", + "PDO (serial = %d) plugin request age: %llu ms", pPluginData->Serial, ellapsed); if (ellapsed >= ORC_REQUEST_MAX_AGE)