Browse Source

Logging canceling of SFTP directory listing

Source commit: 65e09044f5c549c90b7b7eef59b5cfaa08f938da
Martin Prikryl 5 years ago
parent
commit
448a221708
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/core/SftpFileSystem.cpp

+ 1 - 0
source/core/SftpFileSystem.cpp

@@ -3483,6 +3483,7 @@ void __fastcall TSFTPFileSystem::ReadDirectory(TRemoteFileList * FileList)
             FTerminal->DoReadDirectoryProgress(Total, ResolvedLinks, isEOF);
             if (isEOF)
             {
+              FTerminal->LogEvent(L"Listing directory cancelled.");
               FTerminal->DoReadDirectoryProgress(-2, 0, isEOF);
             }
           }