Log exports in DMAPI tests

This commit is contained in:
Jordan Brown
2020-05-27 19:17:34 -04:00
parent 224429e959
commit a4ce21eecf
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -25,6 +25,10 @@
world.log << "You really shouldn't be able to read this"
/world/Export(url)
log << "Export: [url]"
return ..()
/world/Topic(T, Addr, Master, Keys)
world.log << "Topic: [T]"
. = HandleTopic(T)