mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 01:55:24 +02:00
SSH Tracing: add filename to getFile
This commit is contained in:
parent
f5e4eca250
commit
c013e2aede
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ public class SftpFileService extends AbstractFileService implements IFileService
|
||||||
if (fDirChannelMutex.waitForLock(monitor, fDirChannelTimeout)) {
|
if (fDirChannelMutex.waitForLock(monitor, fDirChannelTimeout)) {
|
||||||
try {
|
try {
|
||||||
attrs = getChannel("SftpFileService.getFile: "+fileName).stat(remoteParent+'/'+fileName); //$NON-NLS-1$
|
attrs = getChannel("SftpFileService.getFile: "+fileName).stat(remoteParent+'/'+fileName); //$NON-NLS-1$
|
||||||
Activator.trace("SftpFileService.getFile done"); //$NON-NLS-1$
|
Activator.trace("SftpFileService.getFile <--"); //$NON-NLS-1$
|
||||||
node = makeHostFile(remoteParent, fileName, attrs);
|
node = makeHostFile(remoteParent, fileName, attrs);
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
Activator.trace("SftpFileService.getFile failed: "+e.toString()); //$NON-NLS-1$
|
Activator.trace("SftpFileService.getFile failed: "+e.toString()); //$NON-NLS-1$
|
||||||
|
|
Loading…
Add table
Reference in a new issue