Skip to content

Commit

Permalink
Add specificity to build configuration logging
Browse files Browse the repository at this point in the history
  • Loading branch information
narknon committed Oct 31, 2023
1 parent dd753e9 commit 8e8b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UE4SS/src/UE4SSProgram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ namespace RC
#define UE4SS_COMPILER L"MSVC"
#endif

Output::send(STR("Build Configuration: {} ({})\n"), to_wstring(UE4SS_CONFIGURATION), UE4SS_COMPILER);
Output::send(STR("UE4SS Build Configuration: {} ({})\n"), to_wstring(UE4SS_CONFIGURATION), UE4SS_COMPILER);

m_load_library_a_hook = std::make_unique<PLH::IatHook>("kernel32.dll",
"LoadLibraryA",
Expand Down

0 comments on commit 8e8b075

Please sign in to comment.