diff options
author | friendica <info@friendica.com> | 2013-07-22 19:59:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-22 19:59:18 -0700 |
commit | 3eb04440591ff401b2ab093b2acc92a039d13b3b (patch) | |
tree | 634087cef6ee8192f1405b8c64b425d467018eec /mod/network.php | |
parent | f9e61fe07520b99912b842cb81d2db3321f4c361 (diff) | |
download | volse-hubzilla-3eb04440591ff401b2ab093b2acc92a039d13b3b.tar.gz volse-hubzilla-3eb04440591ff401b2ab093b2acc92a039d13b3b.tar.bz2 volse-hubzilla-3eb04440591ff401b2ab093b2acc92a039d13b3b.zip |
add logging to matrix page load because I don't want to spend a week telling somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
Diffstat (limited to 'mod/network.php')
-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'); |