mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Drop logging level to warning for web seed errors
This commit is contained in:
parent
bab953298b
commit
fccbc5318a
@ -4165,7 +4165,7 @@ void Session::handleUrlSeedAlert(const lt::url_seed_alert *p)
|
||||
{
|
||||
LogMsg(tr("URL seed lookup failed for URL: '%1', message: %2")
|
||||
.arg(QString::fromStdString(p->server_url()), QString::fromStdString(p->message()))
|
||||
, Log::CRITICAL);
|
||||
, Log::WARNING);
|
||||
}
|
||||
|
||||
void Session::handleListenSucceededAlert(const lt::listen_succeeded_alert *p)
|
||||
|
Loading…
Reference in New Issue
Block a user