*** empty log message ***
This commit is contained in:
parent
861a879539
commit
37f11e47ac
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user