mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 824224: Always log protocol errors. r=bent
This commit is contained in:
parent
6822f3f20f
commit
60c9628478
@ -570,10 +570,8 @@ AsyncChannel::Clear()
|
||||
static void
|
||||
PrintErrorMessage(bool isChild, const char* channelName, const char* msg)
|
||||
{
|
||||
if (LoggingEnabled()) {
|
||||
printf_stderr("\n###!!! [%s][%s] Error: %s\n\n",
|
||||
isChild ? "Child" : "Parent", channelName, msg);
|
||||
}
|
||||
printf_stderr("\n###!!! [%s][%s] Error: %s\n\n",
|
||||
isChild ? "Child" : "Parent", channelName, msg);
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user