mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
6eed2e8a76
commit
6abd9babc9
53 changed files with 197 additions and 197 deletions
|
@ -53,7 +53,7 @@ function tracker_exit()
|
|||
$str[] = sprintf('%.4f' . LOG_SEPR . '%02d%%', $DBS->sql_timetotal, $sql_total_perc);
|
||||
$str[] = $DBS->num_queries;
|
||||
$str[] = sprintf('%.1f', sys('la'));
|
||||
$str = join(LOG_SEPR, $str) . LOG_LF;
|
||||
$str = implode(LOG_SEPR, $str) . LOG_LF;
|
||||
dbg_log($str, '!!gentime');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue