Commit 01249513 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

change module name to be used by traffic manager DB

parent af0728d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ func Init(cfg SbiCfg) (err error) {
	log.Info("Connected to GIS Cache")

	// Connect to VIS Traffic Manager
	sbi.trafficMgr, err = tm.NewTrafficMgr(moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "")
	sbi.trafficMgr, err = tm.NewTrafficMgr(sbi.moduleName, sbi.sandboxName, postgisUser, postgisPwd, "", "")
	if err != nil {
		log.Error("Failed connection to VIS Traffic Manager: ", err)
		return err