Skip to content

Commit

Permalink
Minor log message rewording for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Jul 13, 2024
1 parent 62fd807 commit 9201c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libguc/src/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace detail
}

std::string resolvedPathStr = resolvedPath.GetPathString();
TF_DEBUG(GUC).Msg("resolved image to %s\n", resolvedPathStr.c_str());
TF_DEBUG(GUC).Msg("resolved path to %s\n", resolvedPathStr.c_str());

std::shared_ptr<ArAsset> asset = resolver.OpenAsset(resolvedPath);
if (!asset)
Expand Down

0 comments on commit 9201c4f

Please sign in to comment.