improves logging output

This commit is contained in:
Eyck-Alexander Jentzsch 2024-09-23 10:26:27 +02:00
parent 5f9d0beafb
commit 1fb7e8fcea
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ iss::status riscv_hart_m_p<BASE, FEAT, LOGCAT>::write(const address_type type, c
<< std::hex << addr;
break;
default:
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr " << std::hex << addr;
CPPLOG(TRACE) << prefix << "write of " << length << " bytes @addr 0x" << std::hex << addr;
}
#endif
try {