diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-12 17:02:01 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-12-12 17:02:01 +0100 |
commit | f0a588547dd3c4fb1d3e8fb65d379f7b63bc963f (patch) | |
tree | 03d42e77d5cca6a03bdd818ed42caa70b6f4a661 /include/api_auth.php | |
parent | 04d3ac9aaf76943137d1fb59c9b0e91ef967b287 (diff) | |
parent | 395268da22bf5ec773de7fdc42a338a9cbe87d40 (diff) | |
download | volse-hubzilla-f0a588547dd3c4fb1d3e8fb65d379f7b63bc963f.tar.gz volse-hubzilla-f0a588547dd3c4fb1d3e8fb65d379f7b63bc963f.tar.bz2 volse-hubzilla-f0a588547dd3c4fb1d3e8fb65d379f7b63bc963f.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
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 |