From 11b2ed2b3f038137db29cb1ea2788242eeb09e77 Mon Sep 17 00:00:00 2001 From: Jonas Wallden <jonasw@roxen.com> Date: Thu, 15 Mar 2007 14:28:45 +0100 Subject: [PATCH] Fix [bug 4336] where large files didn't get their metadata indexed. Rev: lib/modules/Search.pmod/Utils.pmod:1.45 --- lib/modules/Search.pmod/Utils.pmod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/modules/Search.pmod/Utils.pmod b/lib/modules/Search.pmod/Utils.pmod index b0291ac52e..aa8b382f51 100644 --- a/lib/modules/Search.pmod/Utils.pmod +++ b/lib/modules/Search.pmod/Utils.pmod @@ -1,7 +1,7 @@ // This file is part of Roxen Search // Copyright � 2001 Roxen IS. All rights reserved. // -// $Id: Utils.pmod,v 1.44 2004/09/20 13:40:56 mast Exp $ +// $Id: Utils.pmod,v 1.45 2007/03/15 13:28:45 jonasw Exp $ #if !constant(report_error) #define report_error werror @@ -787,7 +787,7 @@ class Logger { 44 : "Sitebuilder commit triggered indexing of %s.", 50 : "Crawler did not get any connection from the process.", - 51 : "Crawler-to-filter bufferdid not get any connection from the process.", + 51 : "Crawler-to-filter buffer did not get any connection from the process.", 52 : "Filter did not get any connection from the process.", 53 : "Filter-to-indexer buffer did not get any connection from the process.", 54 : "Indexer did not get any connection from the process.", @@ -833,7 +833,7 @@ class Logger { 1000: "Disallowed by robots.txt. (%s)", 1001: "Can't handle scheme. (%s)", 1002: "No matching filter. (%s)", - 1003: "Too large content file. (%s)", + 1003: "Too large content file -- indexing metadata only. (%s)", 1100: "Failed to connect to %s.", ]); -- GitLab