added NSIS_CONFIG_LOG_STDOUT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4510 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cfec122ba1
commit
94f7f3b673
11 changed files with 45 additions and 10 deletions
|
@ -1482,7 +1482,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
log_printf2("settings logging to %d",parm1);
|
||||
log_dolog=parm1;
|
||||
log_printf2("logging set to %d",parm1);
|
||||
#ifndef NSIS_CONFIG_LOG_ODS
|
||||
#if !defined(NSIS_CONFIG_LOG_ODS) && !defined(NSIS_CONFIG_LOG_STDOUT)
|
||||
if (parm1) build_g_logfile();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue