Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
minor ug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzTroll committed Sep 10, 2010
1 parent 5ba0b30 commit ef3536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantorrent/pylantorrent/daemon.py
Expand Up @@ -49,7 +49,7 @@ def getrows(con):

def do_it_live(con, rows):

pylantorrent.log(logging.INFO, "lan torrent daemon setting up to send %d in a group" % (len(rows))
pylantorrent.log(logging.INFO, "lan torrent daemon setting up to send %d in a group" % (len(rows)))

c = con.cursor()
dests = []
Expand Down

0 comments on commit ef3536e

Please sign in to comment.