Finished debug log

This commit is contained in:
Jamie Cameron
2008-05-10 17:54:25 +00:00
parent 69b81e1518
commit 7a2ea360c0
6 changed files with 58 additions and 19 deletions

View File

@@ -37,6 +37,11 @@ else {
$gconfig{'debug_size'} = $in{'debug_size'}*$in{'debug_size_units'};
}
# What to debug
$gconfig{'debug_noweb'} = !$in{'debug_web'};
$gconfig{'debug_nocmd'} = !$in{'debug_cmd'};
$gconfig{'debug_nocron'} = !$in{'debug_cron'};
# Write out
&write_file("$config_directory/config", \%gconfig);
&unlock_file("$config_directory/config");