Commit ab68d218 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use updated logFile

parent 833ce917
......@@ -25,8 +25,8 @@ int main(int argc, const char **argv)
std::ostringstream logname;
string dir(conf->getLogDir());
logname << dir << logfilename;
unideb.logFile( logname.str().c_str() );
dlog.logFile( logname.str().c_str() );
unideb.logFile( logname.str() );
dlog.logFile( logname.str() );
string schema = conf->getArgParam("--schema");
if( schema.empty() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment