LogSet on should now work
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2221 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
18b63aca41
commit
991dcd5a92
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
||||||
log_printf2("settings logging to %d",parm1);
|
log_printf2("settings logging to %d",parm1);
|
||||||
log_dolog=parm1;
|
log_dolog=parm1;
|
||||||
log_printf2("logging set to %d",parm1);
|
log_printf2("logging set to %d",parm1);
|
||||||
if (!g_log_file && log_dolog) build_g_logfile();
|
if (parm1) build_g_logfile();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue