Ver Fonte

Fix error message for scene loading

habeebweeb há 3 anos atrás
pai
commit
bb855fbf19
1 ficheiros alterados com 1 adições e 1 exclusões
  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);