diff options
Diffstat (limited to 'scripts/test-xmpp.php')
| -rw-r--r-- | scripts/test-xmpp.php | 1 |
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'; |
