added an auth component to allow permission checking and rejection for
[gwvp.git] / gwvplib / gwvpweb.php
index 8607e07..9c08a3c 100644 (file)
@@ -109,7 +109,7 @@ function gwvp_goMainPage($bodyFunction = null)
                if(function_exists($bodyFunction)) {
                        $bodyFunction();
                } else {
-                       error_log("Got called with non-existant body function");
+                       error_log("Got called with non-existant body function, $bodyFunction");
                        gwvp_BodyBuilder();
                }
        }