decrease logging verbosity
This commit is contained in:
parent
7c17e3a44d
commit
e91f317a8e
2 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,6 @@ main = do
|
|||
conf <- readConfig
|
||||
-- ToDo: load persisted caches, bootstrapping nodes …
|
||||
(serverSock, thisNode) <- fediChordInit conf
|
||||
print =<< readTVarIO thisNode
|
||||
print serverSock
|
||||
-- currently no masking is necessary, as there is nothing to clean up
|
||||
cacheWriterThread <- forkIO $ cacheWriter thisNode
|
||||
-- try joining the DHT using one of the provided bootstrapping nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue