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