CVS: spip inc-cache.php3,1.30,1.31

Update of /home/spip-cvs/spip
In directory miel:/tmp/cvs-serv1978

Modified Files:
  inc-cache.php3
Log Message:
plus d'infos dans le log debug cache

Index: inc-cache.php3

RCS file: /home/spip-cvs/spip/inc-cache.php3,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- inc-cache.php3 28 Sep 2003 19:38:33 -0000 1.30
+++ inc-cache.php3 30 Sep 2003 09:06:34 -0000 1.31
@@ -79,7 +79,7 @@
   if ($HTTP_SERVER_VARS['REQUEST_METHOD'] == 'HEAD')
     $use_cache = true;

- spip_debug (($use_cache ? "cache":"calcul")." ($chemin_cache)". ($age ? " age: $age s":''));
+ spip_debug (($use_cache ? "cache":"calcul")." ($chemin_cache)". ($age ? " age: $age s (reste ".($delais-$age)." s)":''));
   return $use_cache;
}