
cherokee at cherokee-project
Feb 9, 2010, 7:13 AM
Post #1 of 1
(154 views)
Permalink
|
|
[4221] cherokee/trunk/cherokee/error_list.py: Adds a couple of additional URLs
|
|
Revision: 4221 http://svn.cherokee-project.com/changeset/4221 Author: alo Date: 2010-02-09 16:13:23 +0100 (Tue, 09 Feb 2010) Log Message: ----------- Adds a couple of additional URLs Modified Paths: -------------- cherokee/trunk/cherokee/error_list.py Modified: cherokee/trunk/cherokee/error_list.py =================================================================== --- cherokee/trunk/cherokee/error_list.py 2010-02-09 15:03:02 UTC (rev 4220) +++ cherokee/trunk/cherokee/error_list.py 2010-02-09 15:13:23 UTC (rev 4221) @@ -36,7 +36,8 @@ e('RRD_NO_BINARY', title = "Could not find the rrdtool binary.", desc = "A custom rrdtool binary has not been defined, and the server could not find one in the $PATH.", - debug = "PATH=%s") + debug = "PATH=%s", + admin = '/general#tabs_general-0') e('RRD_EXECV', title = "execv failed cmd='%s': ${errno}", @@ -52,7 +53,8 @@ e('RRD_MKDIR_WRITE', title = "Cannot create the '%s' directory", - desc = SYSTEM_ISSUE) + desc = SYSTEM_ISSUE, + admin = '/general#tabs_general-0') # cherokee/balancer_round_robin.c
|