[Phphtmllib-devel] SF.net SVN: phphtmllib:[3534] trunk/phphtmllib/src/mvc/Daemon.inc
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-07-14 19:25:15
|
Revision: 3534
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3534&view=rev
Author: hemna
Date: 2010-07-14 19:25:09 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
fixed log
Modified Paths:
--------------
trunk/phphtmllib/src/mvc/Daemon.inc
Modified: trunk/phphtmllib/src/mvc/Daemon.inc
===================================================================
--- trunk/phphtmllib/src/mvc/Daemon.inc 2010-07-14 19:24:43 UTC (rev 3533)
+++ trunk/phphtmllib/src/mvc/Daemon.inc 2010-07-14 19:25:09 UTC (rev 3534)
@@ -368,7 +368,7 @@
*/
protected function set_identity() {
if (!posix_setgid($this->group_id) || !posix_setuid($this->user_id)) {
- $this->log_message('::Could not set identity');
+ $this->log->err('::Could not set identity');
return false;
} else {
@@ -453,4 +453,4 @@
}
}
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|