Changed: Write a message in log to tell that we're creating the patch script
--HG-- branch : develop
This commit is contained in:
parent
ed884644af
commit
8c4cf11534
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue