*** empty log message ***

This commit is contained in:
dockes 2007-10-17 09:57:42 +00:00
parent 861a879539
commit 37f11e47ac
2 changed files with 3 additions and 4 deletions

View File

@ -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<ConfTree>("recoll.conf", m_cdirs, true);
if (m_conf == 0 || !m_conf->ok()) {
string where;

View File

@ -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;
}