From 75d251a6b52713a980e2c78ccf354e8978a326a7 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 4 Oct 2007 12:20:56 +0000 Subject: [PATCH] trace --- src/index/indexer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index/indexer.cpp b/src/index/indexer.cpp index f084085f..71cf8495 100644 --- a/src/index/indexer.cpp +++ b/src/index/indexer.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: indexer.cpp,v 1.62 2007-08-30 09:01:52 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: indexer.cpp,v 1.63 2007-10-04 12:20:56 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -412,6 +412,8 @@ DbIndexer::processone(const std::string &fn, const struct stat *stp, LOGDEB(("processone: fn transcode %d errors from [%s] to UTF-8: %s\n", ercnt, charset.c_str(), path_getsimple(fn).c_str())); } + LOGDEB2(("processone: fn transcoded from [%s] to [%s] (%s->%s)\n", + path_getsimple(fn).c_str(), utf8fn.c_str(), charset.c_str(), "UTF-8")); FileInterner::Status fis = FileInterner::FIAgain; bool hadNullIpath = false;