From: Christian Weiske Date: Fri, 3 Aug 2012 15:21:07 +0000 (+0200) Subject: fix copied error message X-Git-Tag: v1.0.0~51 X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/commitdiff_plain/164839fcc63c6a5c63e2959af3015a73a79fdd4d fix copied error message --- 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'); } }