From eee192bea92b2c206dd172a03287438185d58bfc Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 1 Dec 2014 18:11:57 +0100 Subject: more debugging for sendxmpp logger --- scripts/test-xmpp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test-xmpp.php') diff --git a/scripts/test-xmpp.php b/scripts/test-xmpp.php index b59d9f1..b7504e4 100644 --- a/scripts/test-xmpp.php +++ b/scripts/test-xmpp.php @@ -3,6 +3,7 @@ namespace callnotifier; require_once __DIR__ . '/../tests/bootstrap.php'; $l = new Logger_CallSendXmpp('cweiske@cweiske.de', 'i', array('12345')); +$l->debug = true; $call = new CallMonitor_Call(); $call->type = 'i'; -- cgit v1.2.3