PyDev advertising removed from logs (IDEA-CR-9560)

This commit is contained in:
Alexander Koshevoy
2016-04-07 12:16:44 +03:00
parent 08fda42e76
commit 39a929e113
@@ -576,7 +576,7 @@ public class PydevConsoleRunner extends AbstractConsoleRunnerWithHistory<PythonC
}
else {
if (LOG.isDebugEnabled()) {
LOG.debug(String.format("Using direct communication for Python console: port %d on IDE side, port %d on PyDev side",
LOG.debug(String.format("Using direct communication for Python console: port %d on IDE side, port %d on pydevconsole.py side",
remotePorts.second, remotePorts.first));
}