Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit ae1b5d7

Browse files
authored
Update CounterSelectionSettingPage.cpp
Fix typo in log message
1 parent fda254a commit ae1b5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeXL/Components/GpuProfiling/AMDTGpuProfiling/CounterSelectionSettingPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ void CounterSelectionSettingWindow::InitializeCounterTreeView(bool isRemoteSessi
760760

761761
// Log the supported hardware families on the machine:
762762
gtString message;
763-
message.appendFormattedString(L"Supported HW families: GFX9: %d, GFX8: %d, GFX6: %d, GFX6: %d", bGfx9Supported, bGfx8Supported, bGfx7Supported, bGfx6Supported);
763+
message.appendFormattedString(L"Supported HW families: GFX9: %d, GFX8: %d, GFX7: %d, GFX6: %d", bGfx9Supported, bGfx8Supported, bGfx7Supported, bGfx6Supported);
764764
OS_OUTPUT_DEBUG_LOG(message.asCharArray(), OS_DEBUG_LOG_INFO);
765765

766766

0 commit comments

Comments
 (0)