From: Ben Greear Date: Thu, 26 Mar 2015 21:39:50 +0000 (-0400) Subject: OSU server: Print out signup ID if there is some problem with it X-Git-Tag: hostap_2_5~904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d285ca5cc385809ff859bada4b2797767887be;p=thirdparty%2Fhostap.git OSU server: Print out signup ID if there is some problem with it Signed-off-by: Ben Greear --- diff --git a/hs20/server/www/signup.php b/hs20/server/www/signup.php index a6267047c..aeb2f6831 100644 --- a/hs20/server/www/signup.php +++ b/hs20/server/www/signup.php @@ -17,7 +17,7 @@ if (!$db) { $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); if ($row == false) { - die("Session not found"); + die("Session not found for id: $id"); } $realm = $row['realm'];