Skip to content

Commit

Permalink
Added debugging info. Refs #8581.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Dec 10, 2013
1 parent b8a1ee3 commit 99132a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/ICat/src/ICat4/ICat4Catalog.cpp
Expand Up @@ -32,6 +32,8 @@ namespace Mantid
ICat::Session::Instance().setSoapEndPoint(url);
// Obtain the ICAT proxy that has been securely set, including soap-endpoint.
ICat4::ICATPortBindingProxy icat = getICATProxy();
// Output the soap end-point in use for debugging purposes.
g_log.debug() << "The ICAT soap end-point is: " << icat.soap_endpoint << "\n";

// Used to authenticate the user.
ns1__login login;
Expand Down

0 comments on commit 99132a7

Please sign in to comment.