mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Exception logging added
This commit is contained in:
parent
76dd08897e
commit
d816d706b8
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ public class BuilderSettingsTab extends AbstractCBuildPropertyTab {
|
||||||
|
|
||||||
b2.setManagedBuildOn(b1.isManagedBuildOn());
|
b2.setManagedBuildOn(b1.isManagedBuildOn());
|
||||||
} catch (CoreException ex) {
|
} catch (CoreException ex) {
|
||||||
//TODO: log
|
ManagedBuilderUIPlugin.log(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue