aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-xmpp.php1
1 files changed, 1 insertions, 0 deletions
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';