summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-09-29 16:50:25 +0800
committerluwenpeng <[email protected]>2024-10-09 16:27:52 +0800
commitc5d7208c11664609f4e1655d65feb44e025b2cdb (patch)
treec648b1a0c6dc65b80d1f8a431d05bf01adc11775 /conf
parent9e954386fd868d358bb18d2fcffc92dfe601bf5e (diff)
Added session debugger module for debugging session messages
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index b71d869..d7d1a01 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -81,4 +81,4 @@ exit = "packet_manager_on_exit"
[[module]]
path = ""
init = "session_manager_on_init"
-exit = "session_manager_on_exit" \ No newline at end of file
+exit = "session_manager_on_exit"