[channels,rdpdr] improve log message format

This commit is contained in:
Armin Novak 2025-03-26 16:56:36 +01:00
parent b3605bd3da
commit f67e3ca7db
No known key found for this signature in database
GPG Key ID: 2CF4A2D2D3D72105

View File

@ -1408,7 +1408,8 @@ static BOOL device_announce(ULONG_PTR key, void* element, void* data)
arg->count++;
WLog_Print(rdpdr->log, WLOG_INFO,
"registered [%09s] device #%" PRIu32 ": %s (type=%" PRIu32 " id=%" PRIu32 ")",
"registered [%09s] device #%" PRIu32 ": %05s (type=%2" PRIu32 " id=%2" PRIu32
")",
rdpdr_device_type_string(device->type), arg->count, device->name, device->type,
device->id);
}