Browse Source

Fix error message for scene loading

habeebweeb 3 years ago
parent
commit
bb855fbf19
1 changed files with 1 additions and 1 deletions
  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)
             catch (Exception e)
             {
             {
                 Utility.LogError(
                 Utility.LogError(
-                    $"Failed to deserialize scene TEST because {e.Message}"
+                    $"Failed to deserialize scene because {e.Message}"
                     + $"\nCurrent header: '{header}'. Last header: '{previousHeader}'"
                     + $"\nCurrent header: '{header}'. Last header: '{previousHeader}'"
                 );
                 );
                 Utility.LogError(e.StackTrace);
                 Utility.LogError(e.StackTrace);