Skip to content

Commit 68bd297

Browse files
authored
Log the file name in errors from emitter (#143)
1 parent f878fd9 commit 68bd297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Emitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function setup($type, $debug, $buffer_size) {
6060
if (self::DEBUG_LOG_FILES) {
6161
if ($this->initDebug($type) !== true) {
6262
$this->write_perms = false;
63-
print_r("Unable to create debug log files: invalid write permissions.");
63+
print_r("Unable to create debug log files: invalid write permissions for ".$this->debug_file);
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)