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'];