Minor fixups to daemon process and reloading the database on configuring a new node
This commit is contained in:
@@ -53,7 +53,6 @@ func GetNode(val string) (node.NodeInfo, error) {
|
||||
defer db.lock.RUnlock()
|
||||
|
||||
if _, ok := db.NodeInfo[val]; ok {
|
||||
wwlog.Printf(wwlog.DEBUG, "Found node:\n%+v\n", db.NodeInfo[val])
|
||||
|
||||
return db.NodeInfo[val], nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user