fixed logging
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3424 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7e8d9bf641
commit
bb4413a2c6
2 changed files with 9 additions and 8 deletions
|
@ -1193,7 +1193,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
if (type == REG_BINARY)
|
||||
{
|
||||
size = GetCompressedDataFromDataBlockToMemory(parm3, data, NSIS_MAX_STRLEN);
|
||||
log_printf5("WriteRegBin: set %d\\%s\\%s with %d bytes",rootkey,buf3,buf1,len);
|
||||
log_printf5("WriteRegBin: set %d\\%s\\%s with %d bytes",rootkey,buf3,buf1,size);
|
||||
}
|
||||
if (size >= 0 && RegSetValueEx(hKey,buf1,0,rtype,data,size) == ERROR_SUCCESS)
|
||||
exec_error--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue