1 parent e48e065 commit 5586759Copy full SHA for 5586759
1 file changed
src/Updater.cpp
@@ -155,6 +155,7 @@ namespace BitsaversSearch
155
156
void Updater::Update()
157
{
158
+ std::cout << "Updating..." << std::endl;
159
std::ofstream outFile(DATA_JSON_FILEPATH);
160
if (!outFile.is_open())
161
0 commit comments