mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Move log message up to caller of import
This commit is contained in:
@@ -981,7 +981,13 @@ void ApplicationImp::updateTables ()
|
||||
}
|
||||
|
||||
if (!theConfig.DB_IMPORT.empty())
|
||||
{
|
||||
WriteLog (lsWARNING, NodeObject) <<
|
||||
"Node import from '" << theConfig.DB_IMPORT << "' to '"
|
||||
<< getApp().getNodeStore().getName () << "'.";
|
||||
|
||||
getApp().getNodeStore().import(theConfig.DB_IMPORT);
|
||||
}
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user