diff --git a/CMakeLists.txt b/CMakeLists.txt index 69154f0..936bcba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastorss - VERSION 0.7.2 + VERSION 0.7.3 LANGUAGES CXX ) diff --git a/src/parse.cpp b/src/parse.cpp index 64380ff..8fc87df 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -49,8 +49,7 @@ std::vector parse_website(const string &xml) } else { - cerr << "ERROR: " << filepath << "watchwords.json not found or not readable.\n"; - return {}; + cerr << "WARNING: " << filepath << "watchwords.json not found or not readable.\n"; } // Read profile-specific hashtags or fail silently