mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[channels,rdpdr] improve log message format
This commit is contained in:
parent
b3605bd3da
commit
f67e3ca7db
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user