diff options
Diffstat (limited to 'include/api_auth.php')
-rw-r--r-- | include/api_auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api_auth.php b/include/api_auth.php index c9978c99d..e3697adb0 100644 --- a/include/api_auth.php +++ b/include/api_auth.php @@ -28,7 +28,7 @@ function api_login(&$a){ killme(); } catch(Exception $e) { - logger(__file__.__line__.__function__."\n".$e); + logger($e->getMessage()); } // workarounds for HTTP-auth in CGI mode |