Oops, committed without testing. Sure enough, there were bugs.

This commit is contained in:
Joshua Fuhs 2012-06-30 13:37:37 -04:00
parent 4ad41cb813
commit 643bf5b5ad
1 changed files with 2 additions and 2 deletions

View File

@ -363,9 +363,9 @@ Bar_evaluateCommand() {
Manager_activateMonitor(-1)
} Else If (Bar_command_#2 = "Log") {
If (Bar_command_#1 = "increment debug level")
Manager_incDebugLevel()
Log_incDebugLevel()
If (Bar_command_#1 = "decrement debug level")
Manager_decDebugLevel()
Log_decDebugLevel()
If (Bar_command_#1 = "log help info")
Manager_logHelp()
If (Bar_command_#1 = "log view window info")