Skip to content

Commit

Permalink
irclog
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiacTwister committed Sep 24, 2012
1 parent 74cd378 commit 2b51521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ircdaemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def sendSocket(self, data):
self.ssl.write(data)
else:
self.sock.send(data)
except:
pass
except Exception as e:
logging.warn("[IRC] Error sending to socket: %s" % e)
return

def recvSocket(self):
Expand Down

0 comments on commit 2b51521

Please sign in to comment.