Debugging continued:
[core.git] / inc / main / middleware / io / class_FileIoHandler.php
index 75d0af5e3b74f8b1e0bdf86f412d1679c10a865f..effae7ade95072f635cea33660be3faf1c38c17d 100644 (file)
@@ -133,7 +133,7 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
         * @throws      UnsupportedOperationException   If this method is called
         */
        public function saveFile ($fileName, array $dataArray) {
-               self::createDebugInstance(__CLASS__)->debugOutput('fileName=' . $fileName . ',dataArray()=' . count($dataArray));
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('fileName=' . $fileName . ',dataArray()=' . count($dataArray));
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }