Skip to content

Commit

Permalink
Update platform-dependent-components/problem-solver/cxx/sections-modu…
Browse files Browse the repository at this point in the history
…le/agent/add_section_agent.cpp

Co-authored-by: Nikita Zotov <nikita.zotov.belarus@gmail.com>
  • Loading branch information
MakarenkoAI and NikitaZotov authored Nov 26, 2024
1 parent c113284 commit eb86d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ScResult AddSectionAgent::DoProgram(ScAction & action)

std::string sectionName;
m_context.GetLinkContent(sectionNameAddr, sectionName);
SC_AGENT_LOG_DEBUG(R"(New section name is ")" << sectionName << R"(".)");
SC_AGENT_LOG_DEBUG("New section name is `" << sectionName << "`.");
ScAddr sectionAddr;
if (m_context.IsElement(parentSectionAddr))
sectionAddr = GenerateSection(sectionName, parentSectionAddr, langAddr);
Expand Down

0 comments on commit eb86d1d

Please sign in to comment.