Skip to content

Commit 28a2efd

Browse files
committed
Rewrite error message when unable to initialise library.
1 parent 4673ba9 commit 28a2efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/tilegtk.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace eval ttk::theme::tilegtk {
6565
if {[file exists $file]} {
6666
puts " ++ $file"
6767
if {[catch {initialiseLibrary $lib $file} symbol]} {
68-
puts " => ERROR: $symbol"
68+
puts " => ERROR while initialising library $lib from $file : $symbol"
6969
} else {
7070
incr loaded; set found 1
7171
break

0 commit comments

Comments
 (0)