better logs
This commit is contained in:
@@ -105,7 +105,7 @@ func (p *SyncedPool) GrainOwnerChangeHandler(data []byte) (PoolMessage, []byte,
|
||||
}
|
||||
id := ToCartId(idAndHostParts[0])
|
||||
host := idAndHostParts[1]
|
||||
log.Println("Handling grain owner change to %s for id %s\n", host, id)
|
||||
log.Printf("Handling remote grain owner change to %s for id %s\n", host, id)
|
||||
for _, r := range p.remotes {
|
||||
if r.Host == host {
|
||||
// log.Printf("Remote grain %s changed to %s\n", id, host)
|
||||
|
||||
Reference in New Issue
Block a user