From d56d807c1acac61e482054628a60d547e54b53ce Mon Sep 17 00:00:00 2001 From: stan Date: Sun, 18 Nov 2007 13:06:44 +0000 Subject: [PATCH] Turned off X10 module debug. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2243 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmx10.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmx10.pl b/scripts/zmx10.pl index 9096f5a46..a3ad3cc48 100644 --- a/scripts/zmx10.pl +++ b/scripts/zmx10.pl @@ -171,7 +171,7 @@ sub runServer $dbh = zmDbConnect(); - $x10 = new X10::ActiveHome( port=>ZM_X10_DEVICE, house_code=>ZM_X10_HOUSE_CODE, debug=>1 ); + $x10 = new X10::ActiveHome( port=>ZM_X10_DEVICE, house_code=>ZM_X10_HOUSE_CODE, debug=>0 ); loadTasks();