rando logs

This commit is contained in:
afeiszli
2021-07-25 20:42:07 +00:00
parent 9fb01f9620
commit f1cac641dc
4 changed files with 21 additions and 10 deletions

View File

@@ -473,6 +473,7 @@ func GetNodeByMacAddress(network string, macaddress string) (models.Node, error)
}
record, err := database.FetchRecord(database.NODES_TABLE_NAME, key)
log.Println("RECORD:",record)
if err != nil {
return models.Node{}, err
}