Skip to content
Snippets Groups Projects
Commit 11b2ed2b authored by Jonas Wallden's avatar Jonas Wallden
Browse files

Fix [bug 4336] where large files didn't get their metadata indexed.

Rev: lib/modules/Search.pmod/Utils.pmod:1.45
parent 5f3669a6
No related branches found
No related tags found
No related merge requests found
// 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
......@@ -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.",
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment