diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 21:10:20 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-11 21:10:20 -0800 |
commit | 395268da22bf5ec773de7fdc42a338a9cbe87d40 (patch) | |
tree | 9206251c0b1231545a67f775504d7c596bbca9db /include/api_auth.php | |
parent | ac3075bef74601769b3ae3e38a5718ee2b94d474 (diff) | |
download | volse-hubzilla-395268da22bf5ec773de7fdc42a338a9cbe87d40.tar.gz volse-hubzilla-395268da22bf5ec773de7fdc42a338a9cbe87d40.tar.bz2 volse-hubzilla-395268da22bf5ec773de7fdc42a338a9cbe87d40.zip |
a couple of api improvements
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 |