Skip to content

Commit

Permalink
Adjust log message
Browse files Browse the repository at this point in the history
  • Loading branch information
vmgaGH committed Apr 1, 2024
1 parent dde8c16 commit f03d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ void LocalNode::queueClientUpload(shared_ptr<SyncUpload_inClient> upload, Versio
cloneNode = n.get();
if (cloneNode->hasZeroKey())
{
LOG_warn << "Clone node key is a zero key!!!!!!!!! -> avoiding cloning node to regenerate the key [cloneNode path = '" << cloneNode->displaypath() << "', sourceLocalname = '" << upload->sourceLocalname << "']";
LOG_warn << "Clone node key is a zero key!! Avoid cloning node to generate a new key [cloneNode path = '" << cloneNode->displaypath() << "', sourceLocalname = '" << upload->sourceLocalname << "']";
mc.sendevent(99486, "Node has a zerokey");
cloneNode = nullptr;
}
Expand Down

0 comments on commit f03d34d

Please sign in to comment.