commit | 4237396cdd8abec24003c7ffc3093b857e1fb240 | [log] [tgz] |
---|---|---|
author | apanchenk <apanchenk> | Wed Jun 24 08:27:53 2009 +0000 |
committer | apanchenk <apanchenk> | Wed Jun 24 08:27:53 2009 +0000 |
tree | 473f930374418e908050cfb5d7fdba2cfb9bc19f | |
parent | f00a15b56969b0835924aa60627fdbbf119a4406 [diff] |
log exceptions as warning if retrying
diff --git a/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java b/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java index 2afbce5..536144c 100644 --- a/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java +++ b/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java
@@ -549,7 +549,7 @@ throw new ModelException(e, IModelStatusConstants.ELEMENT_DOES_NOT_EXIST); } - IStatus status = new Status(IStatus.ERROR, + IStatus status = new Status(IStatus.WARNING, DLTKCore.PLUGIN_ID, NLS.bind( Messages.Util_errorReceivingFile, file .getFullPath(), String