Browse Source

added log stmt

Abhishek Kondur 2 years ago
parent
commit
4647b64b05
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mq/dynsec.go

+ 1 - 0
mq/dynsec.go

@@ -142,6 +142,7 @@ func Configure() error {
 	if logic.CheckIfFileExists(path) {
 		data, err := os.ReadFile(path)
 		if err == nil {
+			logger.Log(0, "MQ config exists already, Updating Existing Config...")
 			json.Unmarshal(data, &dynConfig)
 		}
 	}