diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-03-29 17:57:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 17:57:06 +0200 |
commit | 9916463631b3c31501617cdce02129178908d052 (patch) | |
tree | 1d23b7bdff64df13554af1786fe0b9078ce43dcb /NorthstarDedicatedTest/logging.cpp | |
parent | f1a8ce9337ce84f25fc1a78458f43377c7b36f4d (diff) | |
parent | 52f3f5795fa516862c0a4030df8d43f4c0cbda65 (diff) | |
download | NorthstarLauncher-9916463631b3c31501617cdce02129178908d052.tar.gz NorthstarLauncher-9916463631b3c31501617cdce02129178908d052.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/logging.cpp')
-rw-r--r-- | NorthstarDedicatedTest/logging.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/logging.cpp b/NorthstarDedicatedTest/logging.cpp index 8508e61c..16803391 100644 --- a/NorthstarDedicatedTest/logging.cpp +++ b/NorthstarDedicatedTest/logging.cpp @@ -70,8 +70,7 @@ long __stdcall ExceptionFilter(EXCEPTION_POINTERS* exceptionInfo) else if (exceptionInfo0 == 1) exceptionCause << "Attempted to write to: 0x" << (void*)exceptionInfo1; else if (exceptionInfo0 == 8) - exceptionCause << "Data Execution Prevention (DEP) at: 0x" << (void*)std::hex - << exceptionInfo1; + exceptionCause << "Data Execution Prevention (DEP) at: 0x" << (void*)std::hex << exceptionInfo1; else exceptionCause << "Unknown access violation at: 0x" << (void*)exceptionInfo1; |