diff --git a/base/web/space.go b/base/web/space.go index 29a5d39a..7df2353b 100644 --- a/base/web/space.go +++ b/base/web/space.go @@ -220,7 +220,7 @@ func _space_send(m *ice.Message, name string, arg ...string) (h string) { m.WarnNotFound(kit.IndexOf([]string{ice.OPS, ice.DEV}, target[0]) == -1, SPACE, name) }) } else if withecho { - m.WarnNotValid(!wait(), "time out") + m.Warn(!wait(), "time out") } return }