mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.1 to HEAD
6694: Removal of explicit Log4J usage git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6750 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -35,7 +35,8 @@ import org.alfresco.filesys.netbios.NetBIOSNameList;
|
||||
import org.alfresco.filesys.netbios.NetBIOSSession;
|
||||
import org.alfresco.filesys.smb.PCShare;
|
||||
import org.alfresco.filesys.util.IPAddress;
|
||||
import org.apache.log4j.*;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
/**
|
||||
* Passthru Servers Class
|
||||
@@ -54,7 +55,7 @@ public class PassthruServers
|
||||
{
|
||||
// Debug logging
|
||||
|
||||
private static final Logger logger = Logger.getLogger("org.alfresco.smb.protocol.auth");
|
||||
private static final Log logger = LogFactory.getLog("org.alfresco.smb.protocol.auth");
|
||||
|
||||
// Default timeout for setting up a new session
|
||||
|
||||
|
Reference in New Issue
Block a user