If the EOF is reached (means no block found or really reached the last block),
[core.git] / inc / classes / main / stacker / file / class_BaseFileStack.php
index 1ceda761f28f0522a590fce0aa5ba5c8c381b0b6..d16068d32d80ef3245a390e2f8ba0a626de8b49b 100644 (file)
@@ -181,7 +181,7 @@ class BaseFileStack extends BaseStacker {
                        $current = $this->getIteratorInstance()->current();
 
                        // Simply output it
-                       self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] current=%s', __METHOD__, __LINE__, print_r($current, TRUE)));
+                       self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] current(%s)=%s', __METHOD__, __LINE__, strlen($current), print_r($current, TRUE)));
                } // END - while
 
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] EXIT!', __METHOD__, __LINE__));