Changed: Write a message in log to tell that we're creating the patch script

--HG--
branch : develop
This commit is contained in:
kervala 2017-11-05 19:09:29 +01:00
parent ed884644af
commit 8c4cf11534

View file

@ -881,6 +881,10 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
string err = toString("Can't open file '%s' for writing: code=%d %s (error code 29)", batchFilename.c_str(), errno, strerror(errno));
throw Exception (err);
}
else
{
nlinfo("Creating %s...", batchFilename.c_str());
}
string contentPrefix;