Skip to content

Commit

Permalink
Mark as external
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Jan 21, 2025
1 parent 414d3b8 commit 4759dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EdiabasLib/Api32/ApiDll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ static void LogExternal(const char far* prefix, const char far* text)
{
try
{
String^ logText = ConvertCString(prefix) + ": " + ConvertCString(text);
String^ logText = "External (" + ConvertCString(prefix) + "): " + ConvertCString(text);
Monitor::Enter(GlobalObjects::logLock);
GlobalObjects::logBuffer->AppendLine(logText);
}
Expand Down

0 comments on commit 4759dcd

Please sign in to comment.