1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Exception logging added

This commit is contained in:
Oleg Krasilnikov 2007-02-21 16:41:18 +00:00
parent 76dd08897e
commit d816d706b8

View file

@ -454,7 +454,7 @@ public class BuilderSettingsTab extends AbstractCBuildPropertyTab {
b2.setManagedBuildOn(b1.isManagedBuildOn());
} catch (CoreException ex) {
//TODO: log
ManagedBuilderUIPlugin.log(ex);
}
}