summaryrefslogtreecommitdiffstats
path: root/api/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/license.go')
-rw-r--r--api/license.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/license.go b/api/license.go
index cff7d7515..0b186a59c 100644
--- a/api/license.go
+++ b/api/license.go
@@ -35,7 +35,7 @@ func LoadLicense() {
}
if len(licenseId) != 26 {
- l4g.Warn(utils.T("mattermost.load_license.find.warn"))
+ l4g.Info(utils.T("mattermost.load_license.find.warn"))
return
}
@@ -43,7 +43,7 @@ func LoadLicense() {
record := result.Data.(*model.LicenseRecord)
utils.LoadLicense([]byte(record.Bytes))
} else {
- l4g.Warn(utils.T("mattermost.load_license.find.warn"))
+ l4g.Info(utils.T("mattermost.load_license.find.warn"))
}
}