add som debug prints
This commit is contained in:
parent
f6481996d7
commit
edf66e1b51
4 changed files with 11 additions and 1 deletions
|
@ -35,6 +35,7 @@ main = do
|
|||
-- handle unsuccessful join
|
||||
|
||||
putStrLn $ err <> " Error joining, start listening for incoming requests anyways"
|
||||
print =<< readTVarIO thisNode
|
||||
wait =<< async (fediMainThreads serverSock thisNode)
|
||||
-- TODO: periodic retry
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue