debugging
This commit is contained in:
@@ -170,7 +170,7 @@ function removeEvent($device, $property , $value)
|
||||
function searchEvent($device, $property , $value)
|
||||
{
|
||||
global $events;
|
||||
logger(DEBUG, _("searching event for device %s, property %s and value %s"), $device->friendlyName, $property, bool2string($value), __FILE__ . ":" . __LINE__);
|
||||
logger(DEBUG, sprintf(_("searching event for device %s, property %s and value %s"), $device->friendlyName, $property, bool2string($value)), __FILE__ . ":" . __LINE__);
|
||||
foreach($events as $key => $event)
|
||||
{
|
||||
//echo "Event : $event => $value" . EOL;
|
||||
|
Reference in New Issue
Block a user