DataObjects/Core_watch.php
authorChris <chris@roojs.com>
Tue, 3 Sep 2013 06:44:57 +0000 (14:44 +0800)
committerChris <chris@roojs.com>
Tue, 3 Sep 2013 06:44:57 +0000 (14:44 +0800)
DataObjects/Core_watch.php

index 4a8efbf..4fa3d64 100644 (file)
@@ -195,6 +195,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
                 if (!method_exists($do,$dom[1])) {
                     continue;
                 }
+                echo "calling {$watch->medium}\n";
                 // the triggered method, can either do something
                 // or modify the notify event..
                 if ($do->{$dom[1]}($event, $n) !== false) {