From b3fea30b1194fc94ff6682f5fae798e336495967 Mon Sep 17 00:00:00 2001 From: Bartosz Dunajski Date: Wed, 19 Aug 2020 15:51:25 +0200 Subject: [PATCH] Fix debug message Change-Id: Ia80264e3e5447d250ca18be4adf80a80c349701d Signed-off-by: Bartosz Dunajski --- .../source/command_stream/command_stream_receiver_hw_base.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/command_stream/command_stream_receiver_hw_base.inl b/shared/source/command_stream/command_stream_receiver_hw_base.inl index c30b8d4615..41baa91836 100644 --- a/shared/source/command_stream/command_stream_receiver_hw_base.inl +++ b/shared/source/command_stream/command_stream_receiver_hw_base.inl @@ -775,7 +775,7 @@ inline void CommandStreamReceiverHw::waitForTaskCountWithKmdNotifyFal bool enableTimeout = kmdNotifyHelper->obtainTimeoutParams(waitTimeout, useQuickKmdSleep, *getTagAddress(), taskCountToWait, flushStampToWait, forcePowerSavingMode); printDebugString(DebugManager.flags.LogWaitingForCompletion.get(), stdout, - "\nWaiting for task count %u at location 0x%p. Current value: %u\n", + "\nWaiting for task count %u at location %p. Current value: %u\n", taskCountToWait, getTagAddress(), *getTagAddress()); auto status = waitForCompletionWithTimeout(enableTimeout, waitTimeout, taskCountToWait);