Skip to content

Commit 4fcf64a

Browse files
committed
Use WriteDebugEvent
1 parent 60a7ab3 commit 4fcf64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/gui/CGUI_Impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,6 @@ void CGUI_Impl::Cleanup()
18211821
}
18221822
catch (std::exception& e)
18231823
{
1824-
OutputDebugLine(SString("CGUI_Impl::Cleanup - Exception: %s", e.what()));
1824+
WriteDebugEvent(SString("CGUI_Impl::Cleanup - Exception: %s", e.what()));
18251825
}
18261826
}

0 commit comments

Comments
 (0)