mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Output raw message on failure
This commit is contained in:
parent
18a0a791fd
commit
fc3eb08452
@ -38,7 +38,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.Add("Processing IPC message failed!", exception: ex);
|
||||
logger.Add($"Processing IPC message failed: {msg.Value}", exception: ex);
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user