summaryrefslogtreecommitdiffstats
path: root/mattermost.go
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.go')
-rw-r--r--mattermost.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/mattermost.go b/mattermost.go
index be824e996..391c76096 100644
--- a/mattermost.go
+++ b/mattermost.go
@@ -1214,11 +1214,11 @@ func cmdRunLdapSync() {
if flagCmdRunLdapSync {
if ldapI := einterfaces.GetLdapInterface(); ldapI != nil {
if err := ldapI.Syncronize(); err != nil {
- fmt.Println("ERROR: Ldap Syncronization Failed")
+ fmt.Println("ERROR: AD/LDAP Syncronization Failed")
l4g.Error("%v", err.Error())
flushLogAndExit(1)
} else {
- fmt.Println("SUCCESS: Ldap Syncronization Complete")
+ fmt.Println("SUCCESS: AD/LDAP Syncronization Complete")
flushLogAndExit(0)
}
}