Skip to content

Commit

Permalink
changed log level
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXuDeveloper committed Dec 31, 2022
1 parent f8e0c0e commit d473e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public int[] GetVersion(string bundlePackageName)
{
if (AssetComponentConfig.AssetLoadMode != AssetLoadMode.Build)
{
AssetLogHelper.LogError("仅Build模式可用获取版本索引");
AssetLogHelper.Log("仅Build模式可用获取版本索引");
return null;
}
if (!PackageToVersion.TryGetValue(bundlePackageName, out int[] versionData))
Expand Down

0 comments on commit d473e0b

Please sign in to comment.