X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/blobdiff_plain/b618b8360a69ada6b0ca412d5d15d7ec1edb9e82..164839fcc63c6a5c63e2959af3015a73a79fdd4d:/src/callnotifier/MessageHandler.php diff --git a/src/callnotifier/MessageHandler.php b/src/callnotifier/MessageHandler.php index 2df7969..78a726d 100644 --- a/src/callnotifier/MessageHandler.php +++ b/src/callnotifier/MessageHandler.php @@ -88,7 +88,7 @@ class MessageHandler } $this->dumpHdl = fopen($this->config->dumpFile, 'w'); if (!$this->dumpHdl) { - throw new Exception('Cannot open replay file for reading'); + throw new Exception('Cannot open dump file for writing'); } }