EA-30321 changing lookup during completion, diagnostics

This commit is contained in:
peter
2011-11-10 20:12:05 +01:00
parent 64af00efde
commit 37e9d89ca0
@@ -135,7 +135,7 @@ public class CompletionProgressIndicator extends ProgressIndicatorBase implement
@Override
public void propertyChange(PropertyChangeEvent evt) {
if (evt.getNewValue() != null) {
LOG.error("An attempt to change the lookup during completion");
LOG.error("An attempt to change the lookup during completion, phase = " + CompletionServiceImpl.getCompletionPhase());
}
}
};