[Pydev-cvs] org.python.pydev/src/org/python/pydev/editor/codecompletion PythonShell.java,1.10,1.11
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-09-27 18:39:25
|
Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/editor/codecompletion In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11877/src/org/python/pydev/editor/codecompletion Modified Files: PythonShell.java Log Message: Changed msg... Index: PythonShell.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/src/org/python/pydev/editor/codecompletion/PythonShell.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PythonShell.java 24 Sep 2004 19:23:49 -0000 1.10 --- PythonShell.java 27 Sep 2004 18:39:14 -0000 1.11 *************** *** 155,159 **** connected = true; } catch (IOException e1) { ! PydevPlugin.log(IStatus.ERROR, "Error starting server", e1); } } --- 155,159 ---- connected = true; } catch (IOException e1) { ! PydevPlugin.log(IStatus.ERROR, "Attempt: "+attempts+" of 20 failed, trying again...", e1); } } |