log stuff

This commit is contained in:
Christopher Blaha
2022-07-22 22:45:29 -04:00
parent 9be779f666
commit cb8958e927
5 changed files with 28 additions and 28 deletions

View File

@@ -113,7 +113,7 @@ func Pull(cfg *config.ClientConfig) error {
daemon.Restart()
}
}
logger.Log(1, "reset network and peer configs")
logger.Log(1, "reset network", cfg.Network, " and peer configs")
return err
}