Very noisy line (for web applications).
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 00:26:34 +0000 (01:26 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 00:26:34 +0000 (01:26 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/class_BaseFileIo.php

index ea9d849f98577c089f7b4a6eb3de2c99c92a7e64..d52d02fa1b00c7e6d5ef8c9caa0d5eed68ef3967 100644 (file)
@@ -80,7 +80,7 @@ class BaseFileIo extends BaseFrameworkSystem {
                }
 
                // Debug message
                }
 
                // Debug message
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d]: Closing file %s ...', __METHOD__, __LINE__, $this->getFileName()));
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d]: Closing file %s ...', __METHOD__, __LINE__, $this->getFileName()));
 
                // Close the file pointer and reset the instance variable
                @fclose($this->getPointer());
 
                // Close the file pointer and reset the instance variable
                @fclose($this->getPointer());