Add logging in socket implementation #661

Merged
Vudjun merged 5 commits from socketlogging into master 2025-02-16 07:03:45 +00:00
Showing only changes of commit 9658ed99a8 - Show all commits

View File

@ -806,8 +806,9 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd
}
else
{
Logger.Warning?.PrintMsg(LogClass.ServiceBsd, "Invalid socket fd.");
Logger.Warning?.PrintMsg(LogClass.ServiceBsd, $"Invalid socket fd '{socketFd}'.");
}
return WriteBsdResult(context, 0, errno);
}