summaryrefslogtreecommitdiff
path: root/src/pal/src
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2019-06-02 06:53:55 -0700
committerGitHub <noreply@github.com>2019-06-02 06:53:55 -0700
commitb0381d7bf05cc4a342eb1f7fa33d17885f47d999 (patch)
treeff9e193f3a453a65c4639677f8fe0617b561c484 /src/pal/src
parent6d783b29087b5f260c9a64f347867bf6f6391bfe (diff)
downloadcoreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.tar.gz
coreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.tar.bz2
coreclr-b0381d7bf05cc4a342eb1f7fa33d17885f47d999.zip
Improve fatal err msg (#24390)
* Improve fatal err msg * Match SO format * a * Remove dead define * More adjustments to ex msg * And PAL * Remove special case for SOE * Remove excess Debug.Assert newline * Remove excess newline * typo * New format * Remove DebugProvider redundancy * Adjustments * Remove preceding newline * Make other SOE and OOM consistent * Tidy up assertion msg * Fix missing newline after inner exception divider * CR when no inner exception * ToString never CR terminated * disable corefx tests temporarily
Diffstat (limited to 'src/pal/src')
-rw-r--r--src/pal/src/include/pal/palinternal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/include/pal/palinternal.h b/src/pal/src/include/pal/palinternal.h
index 7517e91daf..77978f30d7 100644
--- a/src/pal/src/include/pal/palinternal.h
+++ b/src/pal/src/include/pal/palinternal.h
@@ -760,7 +760,7 @@ inline T* InterlockedCompareExchangePointerT(
#include "volatile.h"
-const char StackOverflowMessage[] = "Process is terminating due to StackOverflowException.\n";
+const char StackOverflowMessage[] = "Stack overflow.\n";
#endif // __cplusplus