aboutsummaryrefslogtreecommitdiff
path: root/src/callnotifier/Logger/CallDreambox.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/callnotifier/Logger/CallDreambox.php')
-rw-r--r--src/callnotifier/Logger/CallDreambox.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callnotifier/Logger/CallDreambox.php b/src/callnotifier/Logger/CallDreambox.php
index f5da0f9..81dd63a 100644
--- a/src/callnotifier/Logger/CallDreambox.php
+++ b/src/callnotifier/Logger/CallDreambox.php
@@ -54,6 +54,8 @@ class Logger_CallDreambox extends Logger_CallBase
{
$url = 'http://' . $this->host
. '/web/message?type=2&timeout=10&text=' . urlencode($msg);
+ $this->debug('Fetch: ' . $url);
+
exec(
'curl'
. ' ' . escapeshellarg($url)