SWDEV-301667 - Logging refactor
- Remove newline from logging as log function internally inserts a new
line
Change-Id: I25eb2242a1f1e87cf811bcc373d1d485b2e027a8
[ROCm/clr commit: 058b2702db]
This commit is contained in:
@@ -56,7 +56,7 @@ const char* hiprtcGetErrorString(hiprtcResult x) {
|
||||
case HIPRTC_ERROR_LINKING:
|
||||
return "HIPRTC_ERROR_LINKING";
|
||||
default:
|
||||
LogPrintfError("Invalid HIPRTC error code: %d \n", x);
|
||||
LogPrintfError("Invalid HIPRTC error code: %d", x);
|
||||
return nullptr;
|
||||
};
|
||||
|
||||
|
||||
Referens i nytt ärende
Block a user