git-annex/P2P
Joey Hess aaba83795b
switch from hslogger to purpose-built Utility.Debug
This uses a DebugSelector, rather than debug levels, which will allow
for a later option like --debug-from=Process to only
see debuging about running processes.

The module name that contains the thing being debugged is used as the
DebugSelector (in most cases; does not need to be a hard and fast rule).
Debug calls were changed to add that. hslogger did not display
that first parameter to debugM, but the DebugSelector does get
displayed.

Also fastDebug will allow doing debugging in places that are used in
tight loops, with the DebugSelector coming from the Annex Reader
essentially for free. Not done yet.
2021-04-05 13:40:31 -04:00
..
Address.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Annex.hs chance case of "transfer failed" to match "Transfer stalled" 2021-03-06 17:47:05 -04:00
Auth.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
IO.hs switch from hslogger to purpose-built Utility.Debug 2021-04-05 13:40:31 -04:00
Protocol.hs incremental checksum on upload to ssh or p2p 2021-02-10 12:41:05 -04:00