Browse Source

Fix error message for scene loading

habeebweeb 3 năm trước cách đây
mục cha
commit
bb855fbf19
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/MeidoPhotoStudio.Plugin/MeidoPhotoStudio.cs

+ 1 - 1
src/MeidoPhotoStudio.Plugin/MeidoPhotoStudio.cs

@@ -188,7 +188,7 @@ namespace MeidoPhotoStudio.Plugin
             catch (Exception e)
             {
                 Utility.LogError(
-                    $"Failed to deserialize scene TEST because {e.Message}"
+                    $"Failed to deserialize scene because {e.Message}"
                     + $"\nCurrent header: '{header}'. Last header: '{previousHeader}'"
                 );
                 Utility.LogError(e.StackTrace);