diff --git a/inc/parserutils.php b/inc/parserutils.php
index 57a0c68ca7dbbb65ef66ac339720ce34e134ecea..7b041ece81867bec472766077414909d5b33f776 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -154,7 +154,7 @@ function p_cached_output($file, $format='xhtml', $id='') {
 
     if ($info['cache']) {
       $cache->storeCache($parsed);               //save cachefile
-      if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, but created -->\n";
+      if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, but created {$cache->cache} -->\n";
     }else{
       $cache->removeCache();                     //try to delete cachefile
       if($conf['allowdebug']) $parsed .= "\n<!-- no cachefile used, caching forbidden -->\n";