aboutsummaryrefslogtreecommitdiff
path: root/UpdateAccessRights.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'UpdateAccessRights.tcl')
-rwxr-xr-xUpdateAccessRights.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateAccessRights.tcl b/UpdateAccessRights.tcl
index 46da274..db28609 100755
--- a/UpdateAccessRights.tcl
+++ b/UpdateAccessRights.tcl
@@ -23,7 +23,7 @@ sqlite3 db $dbfile
set eval_str [concat DROP TABLE AccessRightsTable]
set err [catch {db eval $eval_str } errStat]
if { $err } {
- dbg $errStat 3
+ dbg $errStat msg_level_critical
}
CreateAccessRightsTable db