Sfoglia il codice sorgente

Fix error message for scene loading

habeebweeb 3 anni fa
parent
commit
bb855fbf19
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);