]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OSU server: Print out signup ID if there is some problem with it
authorBen Greear <greearb@candelatech.com>
Thu, 26 Mar 2015 21:39:50 +0000 (17:39 -0400)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2015 09:15:47 +0000 (11:15 +0200)
Signed-off-by: Ben Greear <greearb@candelatech.com>
hs20/server/www/signup.php

index a6267047caa5b6e3840a3642190affa8ad5a727b..aeb2f6831b8e24cda08f28c44a85527c31bcca7c 100644 (file)
@@ -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'];