Skip to content

Commit 20da230

Browse files
authored
Merge pull request #420 from sy-c/master
crorc logs
2 parents 062fa66 + 7400b4f commit 20da230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crorc/CrorcBar.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ void CrorcBar::pushSuperpageAddressAndSize(uintptr_t blockAddress, uint32_t bloc
395395
if (vrd != vxp) {
396396
char err[1024];
397397
snprintf(err,1024, "pushSuperpageAddress : write failed ix = 0x%X write = 0x%X expected = 0x%X != read 0x%X", (int)ix, (int)vwr, (int)vxp, (int)vrd);
398-
log(err, LogErrorDevel_(4699));
398+
log(err, LogWarningDevel_(4699));
399399
nSPpushErr++;
400400
return -1;
401401
}

0 commit comments

Comments
 (0)