small ui tweaks

This commit is contained in:
Marcos Pinto 2007-11-12 22:43:45 +00:00
parent fced9a2c71
commit c4c8539401
2 changed files with 2 additions and 2 deletions

View File

@ -1832,7 +1832,7 @@ static PyObject *torrent_replace_trackers(PyObject *self, PyObject *args)
trackerlist.push_back(a_entry);
}
if (trackerlist.empty()){
printf("libtorrent didnt like that...trackers cant be empty");
printf("libtorrent didnt like that...trackers cant be empty\n");
}
else{
M_torrents->at(index).handle.replace_trackers(trackerlist);