Skip to content

Commit

Permalink
be more verbose and use exception object.what(), re #11064
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Apr 1, 2015
1 parent e88bc0d commit ec68a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/src/RemoteJobManagerFactory.cpp
Expand Up @@ -78,7 +78,7 @@ RemoteJobManagerFactoryImpl::create(const std::string baseURL,
"RemoteJobManagerFactory: failed to create a remote job manager of "
"type (class) '" +
jobManagerType + "' with base URL " + baseURL +
". Error description: ",
". Error description: " + e.what(),
jobManagerType);
}

Expand Down

0 comments on commit ec68a4c

Please sign in to comment.