update-mirrordb.tcl: ui_warn is not available here

This commit is contained in:
Joshua Root
2025-06-03 15:39:32 +10:00
parent 0e465824df
commit 32cb924789
+1 -1
View File
@@ -16,7 +16,7 @@ foreach var {mirror_done portfile_hash_cache portname_portfile_map} {
dict for {portname status} $mirror_done {
if {![dict exists $portname_portfile_map $portname]} {
ui_warn "$portname not found in portname_portfile_map"
puts stderr "$portname not found in portname_portfile_map"
continue
}
set portfile [dict get $portname_portfile_map $portname]