diff --git a/include/dfrn.php b/include/dfrn.php index 7e3533233c..fc29d70dd6 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -217,7 +217,7 @@ class dfrn { ); if (!dbm::is_result($r)) { - /// @TODO Some logging? + logger("Query failed to execute, no result returned in " . __FUNCTION__); killme(); }