--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/device/DeviceDeployer.java Mon Mar 01 17:18:53 2010 -0800
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/device/DeviceDeployer.java Mon Mar 01 17:26:39 2010 -0800
@@ -207,9 +207,10 @@
clientSession.disconnect(null);
clientSession.close();
}
- } catch (EOFException f) {
- // EOFException is now caught and reported back although deployment has completed
- Activator.log(IStatus.ERROR, "EOF encountered while cleaning up Bluetooth deployment", f);
+ } catch (EOFException eof) {
+ // EOFException is now caught
+ // Ignore the error since deployment has already completed
+ //Activator.log(IStatus.ERROR, "EOF encountered while cleaning up Bluetooth deployment", eof);
} catch (IOException x) {
Activator.log(IStatus.ERROR,
"Error cleaning up BlueTooth deployment", x);