Index: libs/mod_neko/mod_neko.c
===================================================================
RCS file: /cvsroot/neko/libs/mod_neko/mod_neko.c,v
retrieving revision 1.31
diff -u -r1.31 mod_neko.c
--- libs/mod_neko/mod_neko.c	20 Apr 2007 14:05:48 -0000	1.31
+++ libs/mod_neko/mod_neko.c	4 Dec 2007 11:19:27 -0000
@@ -158,6 +158,7 @@
 		if( tlen >= MOD_NEKO_POST_SIZE ) {
 			send_headers(&ctx);
 			ap_rprintf(r,"<b>Error</b> : Maximum POST data exceeded. Try using multipart encoding");
+			ap_log_rerror(__FILE__, __LINE__, APLOG_CRIT, APR_SUCCESS, r, "[mod_neko error] Maximum POST data exceeded. Try using multipart encoding");
 			return OK;
 		}
 		ctx.post_data = buffer_to_string(b);
