diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index 939c4274..f6b01487 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: rclconfig.cpp,v 1.53 2007-10-09 09:43:10 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: rclconfig.cpp,v 1.54 2007-10-17 09:57:23 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -134,7 +134,6 @@ RclConfig::RclConfig(const string *argcnf) bool RclConfig::updateMainConfig() { - LOGDEB(("RclConfig::updateMainConfig()\n")); m_conf = new ConfStack("recoll.conf", m_cdirs, true); if (m_conf == 0 || !m_conf->ok()) { string where; diff --git a/src/internfile/internfile.cpp b/src/internfile/internfile.cpp index 75866a75..106765ca 100644 --- a/src/internfile/internfile.cpp +++ b/src/internfile/internfile.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: internfile.cpp,v 1.34 2007-08-28 08:07:52 dockes Exp $ (C) 2004 J.F.Dockes"; +static char rcsid[] = "@(#$Id: internfile.cpp,v 1.35 2007-10-17 09:57:42 dockes Exp $ (C) 2004 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -498,7 +498,7 @@ FileInterner::Status FileInterner::internfile(Rcl::Doc& doc, string& ipath) } if (m_handlers.empty()) { - LOGERR(("FileInterner::internfile: stack empty\n")); + LOGERR(("FileInterner::internfile: conversion ended with no doc\n")); return FIError; }