This commit is contained in:
Roman Kelesidis 2023-10-19 22:59:10 +07:00
parent 75c7c2b556
commit 1546a5ff58
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ function drop_fast_announce ($lp_info)
function msg_die ($msg)
{
if (DBG_LOG_TRACKER) dbg_log(' ', '!die-'. clean_filename($msg));
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
$output = bencode(array(
# 'interval' => (int) 1800,

View File

@ -21,7 +21,7 @@ $info_hash = $_GET['info_hash'];
function msg_die ($msg)
{
if (DBG_LOG_TRACKER) dbg_log(' ', '!die-'. clean_filename($msg));
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
$output = bencode(array(
'min interval' => (int) 1800,