Skip to content

Commit 0345d47

Browse files
committed
refactor
1 parent 01aa2a0 commit 0345d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/CSharpProjectModifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private static void OnCSProjectCreated(string file)
129129
var afterHash = text.GetHashCode();
130130
if (beforeHash != afterHash)
131131
{
132-
Logger.LogInfo("<color=orange>Modify CSProject</color> {0}", Path.GetFileName(file));
132+
Logger.LogDebug("<color=orange>Modify CSProject</color> {0}", Path.GetFileName(file));
133133
File.WriteAllText(file, text);
134134
}
135135
}

0 commit comments

Comments
 (0)