Skip to content

Commit df7dd67

Browse files
Merge pull request microsoft#53 from microsoft/lowerMessageImportance
Lower message importance
2 parents 8ca9f31 + d12752b commit df7dd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/MSBuildCachePluginBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ private bool IsDuplicateIdenticalOutputPath(PluginLoggerBase logger, string abso
912912
{
913913
if (pattern.IsMatch(absolutePath))
914914
{
915-
logger.LogMessage($"Absolute path `{absolutePath}` matches identical-global glob pattern `{pattern}`.");
915+
logger.LogMessage($"Absolute path `{absolutePath}` matches identical-global glob pattern `{pattern}`.", MessageImportance.Low);
916916
return true;
917917
}
918918
}

0 commit comments

Comments
 (0)