aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/logging.cpp
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-03-29 17:57:06 +0200
committerGitHub <noreply@github.com>2022-03-29 17:57:06 +0200
commit9916463631b3c31501617cdce02129178908d052 (patch)
tree1d23b7bdff64df13554af1786fe0b9078ce43dcb /NorthstarDedicatedTest/logging.cpp
parentf1a8ce9337ce84f25fc1a78458f43377c7b36f4d (diff)
parent52f3f5795fa516862c0a4030df8d43f4c0cbda65 (diff)
downloadNorthstarLauncher-9916463631b3c31501617cdce02129178908d052.tar.gz
NorthstarLauncher-9916463631b3c31501617cdce02129178908d052.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/logging.cpp')
-rw-r--r--NorthstarDedicatedTest/logging.cpp3
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;