diff --git a/bt/announce.php b/bt/announce.php index dca4a92c..ebd10f94 100644 --- a/bt/announce.php +++ b/bt/announce.php @@ -169,7 +169,7 @@ function drop_fast_announce ($lp_info) function msg_die ($msg) { - if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time()); + if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . '_' . time()); $output = bencode(array( # 'interval' => (int) 1800, diff --git a/bt/includes/init_tr.php b/bt/includes/init_tr.php index c8f51c8a..8b6fba78 100644 --- a/bt/includes/init_tr.php +++ b/bt/includes/init_tr.php @@ -42,7 +42,7 @@ function silent_exit () function error_exit ($msg = '') { - if (DBG_LOG_TRACKER) dbg_log($msg, '!err-' . $msg . time()); + if (DBG_LOG_TRACKER) dbg_log($msg, '!err-' . $msg . '_' . time()); silent_exit(); diff --git a/bt/scrape.php b/bt/scrape.php index 0317fdbb..688396dd 100644 --- a/bt/scrape.php +++ b/bt/scrape.php @@ -21,7 +21,7 @@ $info_hash = $_GET['info_hash']; function msg_die ($msg) { - if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time()); + if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . '_' . time()); $output = bencode(array( 'min interval' => (int) 1800,