Infinite loop error

This commit is contained in:
Sergey Pisarchik 2014-04-07 15:23:16 +03:00 committed by Alex Zolotarev
parent 451532e31d
commit d6340c7676

View file

@ -84,6 +84,7 @@ namespace
catch (Reader::Exception const & ex)
{
LOG(LERROR, (ex.Msg()));
break;
}
}
}