Remove old comment.

This commit is contained in:
tastytea 2021-05-26 20:20:21 +02:00
parent d107ce5c31
commit a3b0964873
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ int main(int argc, char *argv[])
search::search(filepath, regex, opts)); search::search(filepath, regex, opts));
} }
catch (const std::exception &e) catch (const std::exception &e)
{ // Unknown errors. {
cerr << '\n' << translate("ERROR: ") << e.what() << '\n'; cerr << '\n' << translate("ERROR: ") << e.what() << '\n';
cerr << format(translate("Error while searching {0:s}.") cerr << format(translate("Error while searching {0:s}.")
.str() .str()