logging task class for better diagnostics

This commit is contained in:
Eugene Zhuravlev
2015-04-16 14:30:24 +02:00
parent cf1e7bb5e9
commit 160a8cb881
@@ -269,7 +269,7 @@ public class DumbServiceImpl extends DumbService implements Disposable, Modifica
runnable.run();
}
catch (Throwable e) {
LOG.error(e);
LOG.error("Error executing task " + runnable, e);
}
}
}