added url to tracker alerts. introduced a base class for all tracker alerts
This commit is contained in:
@@ -1035,7 +1035,7 @@ namespace aux {
|
||||
{
|
||||
m_alerts.post_alert(
|
||||
tracker_announce_alert(
|
||||
t.get_handle(), "tracker announce"));
|
||||
t.get_handle(), req.url, "tracker announce"));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1672,7 +1672,7 @@ namespace aux {
|
||||
{
|
||||
m_alerts.post_alert(
|
||||
tracker_announce_alert(
|
||||
t.get_handle(), "tracker announce, event=stopped"));
|
||||
t.get_handle(), req.url, "tracker announce, event=stopped"));
|
||||
}
|
||||
}
|
||||
#ifndef NDEBUG
|
||||
|
Reference in New Issue
Block a user