diff options
Diffstat (limited to 'importGrades2gradebook.tcl')
-rwxr-xr-x | importGrades2gradebook.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/importGrades2gradebook.tcl b/importGrades2gradebook.tcl index 3f3fb7d..b24a1ae 100755 --- a/importGrades2gradebook.tcl +++ b/importGrades2gradebook.tcl @@ -88,7 +88,7 @@ proc iferror { err errStat {eval_str {""} }} { } } -proc dbg { msg } { +proc dbg {msg {level 1}} { global VERBOSE if { $VERBOSE } { puts $msg |