diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-12-01 18:11:57 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-12-01 18:11:57 +0100 |
| commit | eee192bea92b2c206dd172a03287438185d58bfc (patch) | |
| tree | 432c4105d2874cfa03af5928173e46eec6278141 /scripts | |
| parent | 884e4dd0464c9bf08d94f4c197e1f2835aca30d0 (diff) | |
| download | auerswald-callnotifier-eee192bea92b2c206dd172a03287438185d58bfc.tar.gz auerswald-callnotifier-eee192bea92b2c206dd172a03287438185d58bfc.zip | |
more debugging for sendxmpp logger
Diffstat (limited to 'scripts')
| -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'; |
