summaryrefslogtreecommitdiffstats
path: root/library/safe.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/safe.tcl')
-rw-r--r--library/safe.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/safe.tcl b/library/safe.tcl
index 5665e35..1bc7d6a 100644
--- a/library/safe.tcl
+++ b/library/safe.tcl
@@ -1036,7 +1036,7 @@ proc ::safe::AliasLoad {child file args} {
return -code error $msg
}
if {!$state(staticsok)} {
- Log $child "static library loading disabled\
+ Log $child "static loading disabled\
(trying to load $prefix to $target)"
return -code error "permission denied (static library)"
}