pgraph, resources: Major refactoring continued

There was simply some technical debt I needed to kill off. Sorry for not
splitting this up into more patches.
This commit is contained in:
James Shubin
2017-05-27 19:46:57 -04:00
parent 3cf9639e99
commit a87288d519
28 changed files with 749 additions and 699 deletions

View File

@@ -85,7 +85,7 @@ func (obj *TimerRes) Watch() error {
select {
case <-obj.ticker.C: // received the timer event
send = true
log.Printf("%s[%s]: received tick", obj.GetKind(), obj.GetName())
log.Printf("%s: received tick", obj)
case event := <-obj.Events():
if exit, _ := obj.ReadEvent(event); exit != nil {