AsteriskARI tutorial files

This commit is contained in:
DanB
2016-10-03 20:53:18 +02:00
parent 214d2b926f
commit a14e1c5d7b
10 changed files with 136 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ func CheckVersion(acntDB AccountingStorage) error {
// comparing versions
if len(CurrentVersion.CompareAndMigrate(dbVersion)) > 0 {
// write the new values
msg := "Migration needed: please backup cgr data and run cgr-cloader -migrate"
msg := "Migration needed: please backup cgr data and run cgr-loader -migrate"
utils.Logger.Crit(msg)
return errors.New(msg)
}