Add better test topic logging

This commit is contained in:
Jordan Brown
2020-05-14 15:58:54 -04:00
parent b8f04d81ce
commit e53404ea04
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -26,6 +26,11 @@
world.log << "You really shouldn't be able to read this"
/world/Topic(T, Addr, Master, Keys)
world.log << "Topic: [T]"
. = HandleTopic(T)
world.log << "Response: [.]"
/world/proc/HandleTopic(T)
TGS_TOPIC
/world/Reboot(reason)