Oops, committed without testing. Sure enough, there were bugs.
This commit is contained in:
parent
4ad41cb813
commit
643bf5b5ad
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue