Add some logging when initizializing contact list of tester agent as test build fails.

cusax-fix
Damian Minkov 19 years ago
parent c75085d7bb
commit 128a80cc76

@ -106,7 +106,14 @@ public void start(BundleContext bundleContext) throws Exception
//initialize the tested account's contact list so that
//it could be ready when testing starts.
initializeTestedContactList();
try
{
initializeTestedContactList();
}
catch (Exception ex)
{
logger.error("Error initing of tester agent list", ex);
}
//As Tested account is not registered here we send him a
//message. Message will be delivered offline. receive test

Loading…
Cancel
Save