mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
set severity level to info
This commit is contained in:
parent
304b4156ab
commit
11ae69c83d
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ static PyObject *torrent_init(PyObject *self, PyObject *args)
|
|||
M_ses->set_upload_rate_limit(-1);
|
||||
|
||||
M_ses->set_settings(*M_settings);
|
||||
M_ses->set_severity_level(alert::debug);
|
||||
M_ses->set_severity_level(alert::info);
|
||||
|
||||
M_ses->add_extension(&libtorrent::create_metadata_plugin);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue