
cherokee at cherokee-project
Nov 4, 2009, 5:19 PM
Post #1 of 1
(39 views)
Permalink
|
|
[3778] cherokee/trunk/cherokee/post.c: Removes an unnecessary TRACE entry.
|
|
Revision: 3778 http://svn.cherokee-project.com/changeset/3778 Author: alo Date: 2009-11-05 02:19:24 +0100 (Thu, 05 Nov 2009) Log Message: ----------- Removes an unnecessary TRACE entry. Modified Paths: -------------- cherokee/trunk/cherokee/post.c Modified: cherokee/trunk/cherokee/post.c =================================================================== --- cherokee/trunk/cherokee/post.c 2009-11-05 01:05:51 UTC (rev 3777) +++ cherokee/trunk/cherokee/post.c 2009-11-05 01:19:24 UTC (rev 3778) @@ -115,7 +115,6 @@ TRACE(ENTRIES, "Setting len=%d, to memory\n", len); } - TRACE(ENTRIES, "Setting len=%d, to memory\n", len); return ret_ok; }
|