=== modified file 'daemon/daemon.py'
--- daemon/daemon.py	2011-07-02 06:43:59 +0000
+++ daemon/daemon.py	2012-04-20 18:44:07 +0000
@@ -520,7 +520,7 @@
         os.setuid(uid)
     except Exception, exc:
         error = DaemonOSEnvironmentError(
-            u"Unable to change file creation mask (%(exc)s)"
+            u"Unable to change the process owner (%(exc)s)"
             % vars())
         raise error
 

