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

--HG--
branch : develop
hg/compatibility-develop
kervala 7 years ago
parent ed884644af
commit 8c4cf11534

@ -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;

Loading…
Cancel
Save