Commit 9ec5826d authored by skummer's avatar skummer

ZP-250 #comment fixed typo in LOGERRORFILE #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1555 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent d42d67b8
...@@ -223,7 +223,7 @@ class ZPush { ...@@ -223,7 +223,7 @@ class ZPush {
throw new FatalMisconfigurationException("The configured LOGFILE can not be modified."); throw new FatalMisconfigurationException("The configured LOGFILE can not be modified.");
if (!touch(LOGERRORFILE)) if (!touch(LOGERRORFILE))
throw new FatalMisconfigurationException("The configured LOGFILE can not be modified."); throw new FatalMisconfigurationException("The configured LOGERRORFILE can not be modified.");
// set time zone // set time zone
// code contributed by Robert Scheck (rsc) - more information: https://developer.berlios.de/mantis/view.php?id=479 // code contributed by Robert Scheck (rsc) - more information: https://developer.berlios.de/mantis/view.php?id=479
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment