Skip to content

Commit

Permalink
Clearer error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfortier committed May 4, 2024
1 parent b89538b commit 8d165c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/client/ModCompat/BehaviorVar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void processVariableSet(const std::map<const std::string, const uint32_t>& acRev
{
aVariableSet.insert(found->second);
if (item != found->first)
spdlog::warn(__FUNCTION__ ": misspelled variable {} found as {}", item, found->first);
spdlog::warn(__FUNCTION__ ": misspelled variable {} corrected to {}", item, found->first);
}
}
}
Expand Down

0 comments on commit 8d165c4

Please sign in to comment.