reports event in tracker_announce_alert

This commit is contained in:
Arvid Norberg
2008-07-11 12:00:29 +00:00
parent 792726be8d
commit 486fb1082d
4 changed files with 37 additions and 4 deletions

View File

@@ -1105,7 +1105,7 @@ namespace aux {
if (m_alerts.should_post<tracker_announce_alert>())
{
m_alerts.post_alert(
tracker_announce_alert(t.get_handle(), req.url));
tracker_announce_alert(t.get_handle(), req.url, req.event));
}
}
@@ -1863,7 +1863,7 @@ namespace aux {
if (m_alerts.should_post<tracker_announce_alert>())
{
m_alerts.post_alert(
tracker_announce_alert(t.get_handle(), req.url));
tracker_announce_alert(t.get_handle(), req.url, req.event));
}
}
#ifndef NDEBUG