mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 16:41:50 +01:00
Use warning flag when logging some caught exceptions
This commit is contained in:
parent
b5c46b1fb3
commit
0717ba1212
@ -630,8 +630,8 @@ namespace DS4Windows
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
LogDebug(e.Message);
|
||||
AppLogger.LogToTray(e.Message);
|
||||
LogDebug(e.Message, true);
|
||||
AppLogger.LogToTray(e.Message, true);
|
||||
}
|
||||
|
||||
running = true;
|
||||
|
Loading…
Reference in New Issue
Block a user