Skip to content

Commit 5586759

Browse files
committed
Add "updating" print out to terminal
1 parent e48e065 commit 5586759

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Updater.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ namespace BitsaversSearch
155155

156156
void Updater::Update()
157157
{
158+
std::cout << "Updating..." << std::endl;
158159
std::ofstream outFile(DATA_JSON_FILEPATH);
159160
if (!outFile.is_open())
160161
{

0 commit comments

Comments
 (0)