debug
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Scott E. Graves 2025-04-17 07:54:19 -05:00
parent 7a3ce13db0
commit fb9c8c8bb6

View File

@ -1381,7 +1381,7 @@ auto remote_server::winfsp_read(PVOID file_desc, PVOID buffer, UINT64 offset,
static_cast<off_t>(offset));
event_system::instance().raise<debug_log>(
function_name,
fmt::format("read|offset|{}|len|{}|res|", offset, length, res));
fmt::format("read|offset|{}|len|{}|res|{}", offset, length, res));
if (res >= 0) {
*bytes_transferred = static_cast<UINT32>(res);
} else {