diff service/reasoning/actions.py @ 1133:114ca7fd9d01

IR remote rule Ignore-this: 901771de421a81129f2ddf4316af91d9 darcs-hash:a037a1bcf9631ac214fe1e61ff42fb00f25cb451
author drewp <drewp@bigasterisk.com>
date Sat, 03 Feb 2018 14:38:10 -0800
parents dda3f1524a52
children 79d041273e26
line wrap: on
line diff
--- a/service/reasoning/actions.py	Fri Jan 26 21:23:22 2018 -0800
+++ b/service/reasoning/actions.py	Sat Feb 03 14:38:10 2018 -0800
@@ -88,6 +88,7 @@
             p = deviceGraph.value(osp, ROOM['predicate'])
             if s is None or p is None:
                 continue
+            log.info("checking for %s %s", s, p)
             for postTarget in inferred.objects(s, p):
                 log.info("post target %r", postTarget)
                 # this packet ought to have 'oneShot' in it somewhere