diff options
Diffstat (limited to 'src/zenserver/sentryintegration.cpp')
| -rw-r--r-- | src/zenserver/sentryintegration.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/zenserver/sentryintegration.cpp b/src/zenserver/sentryintegration.cpp index 5d2b851d1..255030b2b 100644 --- a/src/zenserver/sentryintegration.cpp +++ b/src/zenserver/sentryintegration.cpp @@ -300,7 +300,10 @@ SentryIntegration::LogStartupInformation() } else { - ZEN_WARN("sentry_init returned failure! (error code: {})", m_SentryErrorCode); + ZEN_WARN( + "sentry_init returned failure! (error code: {}) note that sentry expects crashpad_handler to exist alongside the running " + "executable", + m_SentryErrorCode); } } } |