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:
kichik 2008-06-13 17:25:03 +00:00
parent a4d2393db3
commit f45c62e9a4

View file

@ -338,6 +338,10 @@ static int NSISCALL ExecuteEntry(entry *entry_)
exec_error++;
}
}
else
{
log_printf2("CreateDirectory: \"%s\" created",buf1);
}
*p++ = c;
}
}