From 81fc96aa5befc44a7311cb35c06bcdd150f0f654 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 2 Oct 2006 20:27:59 +0000 Subject: [PATCH] Small tweak to exception handler. --- isapi_shib/isapi_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp index 37740f3..901c73a 100644 --- a/isapi_shib/isapi_shib.cpp +++ b/isapi_shib/isapi_shib.cpp @@ -537,7 +537,7 @@ extern "C" DWORD WINAPI HttpFilterProc(PHTTP_FILTER_CONTEXT pfc, DWORD notificat } catch (SAMLException& e) { LogEvent(NULL, EVENTLOG_ERROR_TYPE, 2100, NULL, e.what()); - return WriteClientError(pfc,"Shibboleth Filter caught an exception, check Event Log for details."); + return WriteClientError(pfc,"Shibboleth Filter caught an exception, ask administrator to check Event Log for details."); } #ifndef _DEBUG catch(...) { -- 2.1.4