Skip to content

Commit

Permalink
Update src/OpenColorIO/FileRules.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dolan <michdolan@gmail.com>
Signed-off-by: Patrick Hodoul <Patrick.Hodoul@autodesk.com>
  • Loading branch information
hodoulp and michdolan committed Jun 28, 2021
1 parent 6ccb876 commit cab69af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OpenColorIO/FileRules.cpp
Original file line number Diff line number Diff line change
@@ -1027,7 +1027,7 @@ void UpdateFileRulesFromV1ToV2(const Config & config, FileRulesRcPtr & fileRules
else
{
static constexpr char msg[]
= "The default rule creation fallbacks to the first color space because "\
= "The default rule creation falls back to the first color space because "\
"no suitable color space exists.";

LogWarning(msg);
@@ -1047,4 +1047,3 @@ void UpdateFileRulesFromV1ToV2(const Config & config, FileRulesRcPtr & fileRules


} // namespace OCIO_NAMESPACE

0 comments on commit cab69af

Please sign in to comment.