28 Dec
2025
28 Dec
'25
5:30 a.m.
While working on !7650, it turned out that the logs generated by wineserver do not use a prefix, which makes it difficult to distinguish the corresponding entries in combined logs e.g. `WINEDEBUG=+file,+winsock,+server` from the other debug channels. This is fixed by this merge request. -- v3: server: use TRACE* macros instead of fprintf(stderr) https://gitlab.winehq.org/wine/wine/-/merge_requests/9835