Skip to content

Commit ece8ddd

Browse files
committed
Log error instead of warning
1 parent 5e5fb44 commit ece8ddd

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/.idea/.idea.src/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Assets/SimpleCodeGenerator/Editor/CodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static void GenerateFromTemplate(string templateAssetPath, string outputA
110110
}
111111
else
112112
{
113-
Debug.LogWarning($"Could not find template '{templateAssetPath}' in assets.");
113+
Debug.LogError($"Could not find template '{templateAssetPath}' in assets.");
114114
}
115115
}
116116

0 commit comments

Comments
 (0)