mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 01:54:34 +08:00
added log stmt
This commit is contained in:
parent
8235ae2e6b
commit
4647b64b05
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue