summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-30 15:06:08 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-30 15:06:08 +0000
commit574e7b03768daa9f1c038f4e6742937f385282ef (patch)
tree0d023e8c1fb91517ec3d1f639e753bd548b1ab8c /www
parent6c9f16f82e911e1b2c05918f9b8ce0d78fb3aa55 (diff)
downloadacf-core-574e7b03768daa9f1c038f4e6742937f385282ef.tar.bz2
acf-core-574e7b03768daa9f1c038f4e6742937f385282ef.tar.xz
Added logfile config setting to acf.conf
Diffstat (limited to 'www')
-rw-r--r--www/cgi-bin/mvc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgi-bin/mvc.lua b/www/cgi-bin/mvc.lua
index db29bda..efaca5f 100644
--- a/www/cgi-bin/mvc.lua
+++ b/www/cgi-bin/mvc.lua
@@ -342,5 +342,5 @@ end
_G.cfe = cfe
logevent = function ( ... )
- os.execute ( "logger \"" .. (... or "") .. "\"" )
+ os.execute ( "logger \"ACF: " .. (... or "") .. "\"" )
end