Remove calls to setDebugPrefix() method.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4740 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2007-01-05 15:01:44 +00:00
parent 597c7bcb8b
commit 91ad3dde7d
4 changed files with 0 additions and 5 deletions

View File

@@ -451,7 +451,6 @@ public class FTPNetworkServer extends NetworkFileServer implements Runnable
FTPSrvSession srvSess = new FTPSrvSession(sessSock, this);
srvSess.setSessionId(getNextSessionId());
srvSess.setUniqueId("FTP" + srvSess.getSessionId());
srvSess.setDebugPrefix("[FTP" + srvSess.getSessionId() + "] ");
// Initialize the root path for the new session, if configured