Remove old comment.
This commit is contained in:
parent
d107ce5c31
commit
a3b0964873
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user