Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jan 31, 2024
1 parent ce109dd commit bb6bd57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LogApi/LogApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ void CLogApi::ServerActivate()
// Log error
LOG_CONSOLE(PLID, "[%s] Line %d is incorrect, check events file.", __func__, LineCount);
}

// Log
LOG_CONSOLE(PLID, "[%s][%s] %d", __func__, Event.c_str(), Enabled);
}

// Increment
Expand Down
2 changes: 1 addition & 1 deletion LogApi/LogApi.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ModuleDefinitionFile>LogApi.def</ModuleDefinitionFile>
<AdditionalDependencies>$(ProjectDir)include\curl\lib\libcurl_a_debug.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>$(ProjectDir)include\curl\lib\libcurl_a_debug.lib</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>.\PostCompile.bat</Command>
Expand Down

0 comments on commit bb6bd57

Please sign in to comment.