more tolerant resyncing

This commit is contained in:
badaix 2015-12-31 11:19:58 +01:00
parent b5fc614f84
commit adf346b772
3 changed files with 7 additions and 8 deletions

View file

@ -89,9 +89,7 @@ int main (int argc, char **argv)
try
{
logO << "1\n";
op.parse(argc, argv);
logO << "2\n";
}
catch (const std::invalid_argument& e)
{