From a3b0964873b60ed1022593f2d351c332e1eaf633 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 26 May 2021 20:20:21 +0200 Subject: [PATCH] Remove old comment. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 467a6af..fd37cb0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) search::search(filepath, regex, opts)); } catch (const std::exception &e) - { // Unknown errors. + { cerr << '\n' << translate("ERROR: ") << e.what() << '\n'; cerr << format(translate("Error while searching {0:s}.") .str()