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

@@ -601,7 +601,6 @@ public class Win32NetBIOSSessionSocketHandler extends SessionSocketHandler imple
SMBSrvSession srvSess = new SMBSrvSession(pktHandler, getServer());
srvSess.setSessionId(getNextSessionId());
srvSess.setUniqueId(pktHandler.getShortName() + srvSess.getSessionId());
srvSess.setDebugPrefix("[" + pktHandler.getShortName() + srvSess.getSessionId() + "] ");
// Add the session to the active session list
@@ -746,7 +745,6 @@ public class Win32NetBIOSSessionSocketHandler extends SessionSocketHandler imple
SMBSrvSession srvSess = new SMBSrvSession(pktHandler, getServer());
srvSess.setSessionId(getNextSessionId());
srvSess.setUniqueId(pktHandler.getShortName() + srvSess.getSessionId());
srvSess.setDebugPrefix("[" + pktHandler.getShortName() + srvSess.getSessionId() + "] ");
// Add the session to the active session list