Make iScourceScore public.

This commit is contained in:
Arthur Britto
2012-06-19 12:24:40 -07:00
parent 29d29e1c63
commit a7f8cd1a45
2 changed files with 3 additions and 2 deletions

View File

@@ -904,7 +904,7 @@ void UniqueNodeList::responseFetch(const std::string strDomain, const boost::sys
else
{
std::cerr
<< boost::format("Validator: '%s' unabile to retrieve " NODE_FILE_NAME ": %s")
<< boost::format("Validator: '%s' unable to retrieve " NODE_FILE_NAME ": %s")
% strDomain
% err.message()
<< std::endl;