CollectionInfoBuilder.cpp edited online with Bitbucket

This commit is contained in:
Don Honerbrink 2015-03-07 15:32:29 +00:00
parent a4f6af9b04
commit 40b5ce55ce

View File

@ -84,7 +84,7 @@ bool CollectionInfoBuilder::CreateCollectionDirectory(std::string name)
if(mkdir(it->c_str(), 0744) == -1)
#endif
{
std::cout << "Could not create folder \"" << *it << "\":" << strerror(errno) << std::endl;
std::cout << "Could not create folder \"" << *it << "\":" << errno << std::endl:
}
#endif
}