Explorar o código

Fix error message for scene loading

habeebweeb %!s(int64=3) %!d(string=hai) anos
pai
achega
bb855fbf19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);