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

@@ -90,7 +90,7 @@ func Pull(network string, iface bool) (*models.Node, error) {
}
var bkupErr = config.SaveBackup(network)
if bkupErr != nil {
logger.Log(0, "unable to update backup file")
logger.Log(0, "unable to update backup file for ", network)
}
return &resNode, err