aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs')
-rw-r--r--Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs b/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
index 769e224f..9886b645 100644
--- a/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
+++ b/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
@@ -36,7 +36,7 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
if (result != KernelResult.Success)
{
// NOTE: We use a Logging instead of an exception because the call return a boolean if succeed or not.
- Logger.PrintError(LogClass.ServiceBsd, "Out of handles!");
+ Logger.Error?.Print(LogClass.ServiceBsd, "Out of handles!");
}
}
@@ -62,7 +62,7 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
if (result != KernelResult.Success)
{
// NOTE: We use a Logging instead of an exception because the call return a boolean if succeed or not.
- Logger.PrintError(LogClass.ServiceBsd, "Out of handles!");
+ Logger.Error?.Print(LogClass.ServiceBsd, "Out of handles!");
}
}
@@ -88,7 +88,7 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
if (result != KernelResult.Success)
{
// NOTE: We use a Logging instead of an exception because the call return a boolean if succeed or not.
- Logger.PrintError(LogClass.ServiceBsd, "Out of handles!");
+ Logger.Error?.Print(LogClass.ServiceBsd, "Out of handles!");
}
}
@@ -114,7 +114,7 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
if (result != KernelResult.Success)
{
// NOTE: We use a Logging instead of an exception because the call return a boolean if succeed or not.
- Logger.PrintError(LogClass.ServiceBsd, "Out of handles!");
+ Logger.Error?.Print(LogClass.ServiceBsd, "Out of handles!");
}
}