Compare commits

...

3 Commits

Author SHA1 Message Date
Evan Husted
8046efbb11 Revert "UI: RPC: Remove git hash from RPC ryujinx logo hover information"
This reverts commit 4823599b9c.
2025-02-16 00:57:13 -06:00
Evan Husted
4823599b9c UI: RPC: Remove git hash from RPC ryujinx logo hover information 2025-02-16 00:45:50 -06:00
Evan Husted
9658ed99a8 Print the socket fd that was invalid 2025-02-16 00:42:28 -06:00

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);
}