diff --git a/RetroFE/Source/Database/CollectionDatabase.cpp b/RetroFE/Source/Database/CollectionDatabase.cpp index d1a4098..6394232 100644 --- a/RetroFE/Source/Database/CollectionDatabase.cpp +++ b/RetroFE/Source/Database/CollectionDatabase.cpp @@ -160,8 +160,8 @@ bool CollectionDatabase::Import() //std::cout << "Importing collection metadata for " << info->GetFullTitle() << " (collections." << info->GetName() << ")" << std::endl; //ImportMetadata(info); } - Logger::Write(Logger::ZONE_INFO, "Database", "COMPLETE"); - Sleep(1000); + Logger::Write(Logger::ZONE_INFO, "Database", "Updating complete"); + return retVal; }