aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-13 10:30:08 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-13 10:30:08 +0200
commit29b0ed87d61ae7c5fae5a43ad667cefce3938e25 (patch)
treed94df5802569f08b4b640a5763a2ea27b2d49743 /include/network.php
parent87ca60b0b128bf12b611146264159377baca71a3 (diff)
parent0e6d84e20731f173e489fe0d54b43c01266c0391 (diff)
downloadvolse-hubzilla-29b0ed87d61ae7c5fae5a43ad667cefce3938e25.tar.gz
volse-hubzilla-29b0ed87d61ae7c5fae5a43ad667cefce3938e25.tar.bz2
volse-hubzilla-29b0ed87d61ae7c5fae5a43ad667cefce3938e25.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/network.php')
-rw-r--r--include/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php
index 96cea4b6f..da1afc3ac 100644
--- a/include/network.php
+++ b/include/network.php
@@ -411,7 +411,7 @@ function http_status($val, $msg = '') {
if ($val >= 200 && $val < 300)
$msg = (($msg) ? $msg : 'OK');
- logger('' . $val . ' ' . $msg);
+ logger(\App::$query_string . ':' . $val . ' ' . $msg);
header($_SERVER['SERVER_PROTOCOL'] . ' ' . $val . ' ' . $msg);
}