|
|
@@ -108,7 +108,7 @@ class StreamHandler extends AbstractProcessingHandler
|
|
|
if (!is_resource($this->stream)) {
|
|
|
$this->stream = null;
|
|
|
|
|
|
- throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened: '.$this->errorMessage, $this->url));
|
|
|
+ throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
|
|
|
}
|
|
|
}
|
|
|
|