File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/project/projectdata Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func InitializeForPlatform(project project.Type) {
4444
4545 programmersTxt , programmersTxtLoadError = programmerstxt .Properties (ProjectPath ())
4646 if programmersTxtLoadError != nil {
47- logrus .Errorf ("Error loading programmers.txt from %s: %s" , project .Path , programmersTxtLoadError )
47+ logrus .Tracef ("Error loading programmers.txt from %s: %s" , project .Path , programmersTxtLoadError )
4848 programmersTxtSchemaValidationResult = nil
4949 } else {
5050 programmersTxtSchemaValidationResult = programmerstxt .Validate (programmersTxt )
@@ -56,7 +56,7 @@ func InitializeForPlatform(project project.Type) {
5656
5757 platformTxt , platformTxtLoadError = platformtxt .Properties (ProjectPath ())
5858 if platformTxtLoadError != nil {
59- logrus .Errorf ("Error loading platform.txt from %s: %s" , project .Path , platformTxtLoadError )
59+ logrus .Tracef ("Error loading platform.txt from %s: %s" , project .Path , platformTxtLoadError )
6060 platformTxtSchemaValidationResult = nil
6161 platformTxtToolNames = nil
6262 } else {
You can’t perform that action at this time.
0 commit comments