mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 09:01:48 +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)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LogDebug(e.Message);
|
LogDebug(e.Message, true);
|
||||||
AppLogger.LogToTray(e.Message);
|
AppLogger.LogToTray(e.Message, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
running = true;
|
running = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user