Debug logging for DMAPI to hunt the dd topic issue

This commit is contained in:
Jordan Dominion
2023-07-12 07:59:51 -04:00
parent dca716f89d
commit cf591635e8
4 changed files with 31 additions and 1 deletions
+1
View File
@@ -9,3 +9,4 @@
#define TGS_ERROR_LOG(message) TgsError(##message)
#define TGS_NOTIFY_ADMINS(event)
#define TGS_CLIENT_COUNT 0
#define TGS_DEBUG_LOG(message) world.log << "TGS DEBUG: [##message]"