don't clear syslog config when dumping

master
Joey Hess 2008-07-26 14:55:01 -04:00
parent 26db34e1d6
commit d3f600c54b
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ sub main () { #{{{
# ignore syslog setting from setup file # ignore syslog setting from setup file
# while doing initial setup # while doing initial setup
$config{syslog}=0; $config{syslog}=0 unless $config{dumpsetup};
loadplugins(); loadplugins();
checkconfig(); checkconfig();