mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-25 09:23:03 +00:00
chore: small adjustment to console log levels
This commit is contained in:
@@ -113,11 +113,11 @@ namespace
|
||||
}
|
||||
|
||||
const auto keyPos = keyToken.GetPos();
|
||||
con::error("Warning: {} L{}: Zone definition \">type,{}\" is deprecated and should be removed. {}",
|
||||
keyPos.m_filename.get(),
|
||||
keyPos.m_line,
|
||||
keyToken.FieldValue(),
|
||||
deprecationSuggestedAction);
|
||||
con::warn("Deprecated: {} L{}: Zone definition \">type,{}\" is deprecated and should be removed. {}",
|
||||
keyPos.m_filename.get(),
|
||||
keyPos.m_line,
|
||||
keyToken.FieldValue(),
|
||||
deprecationSuggestedAction);
|
||||
}
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user