From 522d92f546110902f98dd2b176944ab8f07221c7 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 16 Jun 2008 12:59:45 +0000 Subject: - Minor tweak to exception report. Marcus Povey git-svn-id: https://code.elgg.org/elgg/trunk@931 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/xml-rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/xml-rpc.php') diff --git a/engine/lib/xml-rpc.php b/engine/lib/xml-rpc.php index d6a391fce..5af50e577 100644 --- a/engine/lib/xml-rpc.php +++ b/engine/lib/xml-rpc.php @@ -503,7 +503,7 @@ END; */ function __php_xmlrpc_exception_handler($exception) { - error_log("*** FATAL EXCEPTION (API) *** : " . $exception); + error_log("*** FATAL EXCEPTION (XML-RPC) *** : " . $exception); page_draw($exception->getMessage(), elgg_view("xml-rpc/output", array('result' => new XMLRPCErrorResponse($exception->getMessage(), $exception->getCode()==0 ? -32400 : $exception->getCode())))); } -- cgit v1.2.3