From: Roland Haeder Date: Sun, 19 Mar 2017 00:00:35 +0000 (+0100) Subject: added logger ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1946cf143d016be64968ff6cc7504c7fbeef3f9f;p=friendica.git added logger ... Signed-off-by: Roland Haeder --- diff --git a/include/ostatus.php b/include/ostatus.php index 992c77f378..3a8c5ae37c 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -980,7 +980,7 @@ class ostatus { $r = q("SELECT `nurl` FROM `contact` WHERE `uid` = %d AND `self`", intval($uid)); if (!dbm::is_result($r)) { - /// @TODO don't quit silently + logger("Failed query, uid=" . intval($uid) ." in " . __FUNCTION__); killme(); }