Add a debug message about the hash
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:04:30 +0000 (22:04 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:04:30 +0000 (22:04 +0000)
includes/cachev.php

index d257978c6d58ae0448f798f0341200f94150e131..0df7c93c08c107882e7bdf2a90aac40eca6c6dfd 100644 (file)
@@ -85,6 +85,7 @@ class cacheV
        function set_hash()
        {
                $this->hash = md5($this->controller->repospath);
+               $this->controller->registry->debug("hash: $this->hash");
        }
        
        // ###################################################################