Stop dumping the whole exception.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 16 Apr 2004 20:07:13 +0000 (20:07 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 16 Apr 2004 20:07:13 +0000 (20:07 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1028 cb58f699-b61c-0410-a6fe-9272a202ed29

siterefresh/siterefresh.cpp

index b309b14..ce38710 100644 (file)
@@ -263,7 +263,7 @@ int main(int argc,char* argv[])
         ret=-1;
     }
     catch(SAMLException& e) {
-        log.errorStream() << "caught a SAML exception: " << e << CategoryStream::ENDLINE;
+        log.errorStream() << "caught a SAML exception: " << e.what() << CategoryStream::ENDLINE;
         ret=-2;
     }
     catch(XMLException& e) {