Skip to content
  • opara's avatar
    tor-chanmgr: remove panics in debug builds · cad2a728
    opara authored
    These were supposed to fail loudly in debug builds by panicking, but
    panics are mostly useless for debugging in async applications that use a
    runtime which catches panics. So we'll just log the error instead.
    cad2a728
Loading