Also log call-back instance
authorRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 13:17:32 +0000 (15:17 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 30 May 2017 13:17:32 +0000 (15:17 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/lists/class_BaseList.php

index 580ba0d8bb52970e4c8680534b082972093267f7..9c9d6c6bd47e698f1976e270c93906f43caa6deb 100644 (file)
@@ -328,7 +328,7 @@ class BaseList extends BaseFrameworkSystem implements IteratorAggregate, Countab
                        $entry2 = $this->callbackInstance->generateListHashFromEntry($entry);
                } else {
                        // Unsupported type detected
                        $entry2 = $this->callbackInstance->generateListHashFromEntry($entry);
                } else {
                        // Unsupported type detected
-                       self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('BASE-LIST[' . __METHOD__ . ':' . __LINE__ . ']: Entry type ' . gettype($entry) . ' is unsupported.');
+                       self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('BASE-LIST[' . __METHOD__ . ':' . __LINE__ . ']: Entry type ' . gettype($entry) . ' is unsupported (this->callbackInstance=' . $this->callbackInstance . ').');
 
                        // At least take all keys from array
                        $entry2 = gettype($entry) . ':' . implode(':', array_keys($entry));
 
                        // At least take all keys from array
                        $entry2 = gettype($entry) . ':' . implode(':', array_keys($entry));