From f843649baafb36bd4813e1a7f856084a9b907f9a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 22:04:30 +0000 Subject: [PATCH] Add a debug message about the hash --- includes/cachev.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/cachev.php b/includes/cachev.php index d257978..0df7c93 100644 --- a/includes/cachev.php +++ b/includes/cachev.php @@ -85,6 +85,7 @@ class cacheV function set_hash() { $this->hash = md5($this->controller->repospath); + $this->controller->registry->debug("hash: $this->hash"); } // ################################################################### -- 2.22.5