diff options
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 13614f00d..413990ce2 100644 --- a/mod/network.php +++ b/mod/network.php @@ -720,6 +720,8 @@ function network_content(&$a, $update = 0, $load = false) { $o .= alt_pager($a,count($items)); if($load) { + logger('mod_network: load: ' . count($items) . ' items', LOGGER_DATA); + profiler($start,$first,'network parents'); profiler($first,$second,'network children'); profiler($second,$third,'network authors'); |