[logging] remove __FUNCTION__ from actual message

prefer the log formatter to provide that information.
This commit is contained in:
Armin Novak
2023-01-23 12:03:18 +01:00
committed by akallabeth
parent f4ee5226b0
commit 641022b795
107 changed files with 736 additions and 820 deletions

View File

@@ -37,7 +37,7 @@ static void ios_OnChannelConnectedEventHandler(void *context, const ChannelConne
if (!context || !e)
{
WLog_FATAL(TAG, "%s(context=%p, EventArgs=%p", __FUNCTION__, context, (void *)e);
WLog_FATAL(TAG, "(context=%p, EventArgs=%p", context, (void *)e);
return;
}
@@ -66,7 +66,7 @@ static void ios_OnChannelDisconnectedEventHandler(void *context,
if (!context || !e)
{
WLog_FATAL(TAG, "%s(context=%p, EventArgs=%p", __FUNCTION__, context, (void *)e);
WLog_FATAL(TAG, "(context=%p, EventArgs=%p", context, (void *)e);
return;
}