From a23306820974afe91d05a38fd35350c1c1ffec95 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Nov 2012 13:49:20 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index 58e475e4..796413bc 100644 --- a/Generator.php +++ b/Generator.php @@ -156,7 +156,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator } foreach(scandir($options['rootDir'].'/'.$m) as $f) { - echo "SCAN $f\n"; + echo "SCAN {$options['rootDir']} $f\n"; if (!strlen($f) || $f[0] == '.') { continue; -- 2.39.2