applied patch #1992325 - Logging - Change CreateDirectory logging to show recursion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5651 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a4d2393db3
commit
f45c62e9a4
1 changed files with 4 additions and 0 deletions
|
@ -338,6 +338,10 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
exec_error++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
log_printf2("CreateDirectory: \"%s\" created",buf1);
|
||||
}
|
||||
*p++ = c;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue