Skip to content

Commit

Permalink
Updated log system.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 29, 2024
1 parent 6e39322 commit 535b529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvApp/mrvApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,10 @@ namespace mrv
[this](const std::vector<log::Item>& value)
{
static std::string lastMessage;
const char* kModule = "";
for (const auto& i : value)
{
const std::string& msg = i.message;
const std::string& kModule = i.module;
if (msg == lastMessage)
return;
lastMessage = msg;
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit 535b529

Please sign in to comment.