1
0
Эх сурвалжийг харах

Logging

Source commit: 87c3060854be3fea633a3995bd7d4d498e9f3219
Martin Prikryl 2 жил өмнө
parent
commit
811de52916

+ 1 - 0
source/forms/CustomScpExplorer.cpp

@@ -11259,6 +11259,7 @@ void __fastcall TCustomScpExplorerForm::ClipboardFakeCreated(TObject * /*Sender*
   if (DebugAlwaysTrue(!FClipboardFakeDirectory.IsEmpty()) &&
   if (DebugAlwaysTrue(!FClipboardFakeDirectory.IsEmpty()) &&
       SameText(ExtractFileName(FileName), ExtractFileName(FClipboardFakeDirectory)))
       SameText(ExtractFileName(FileName), ExtractFileName(FClipboardFakeDirectory)))
   {
   {
+    AppLogFmt(L"Fake clipboard directory pasted to \"%s\"", (FileName));
     // Can fail as it can be e.g. locked by AV, so we retry that later
     // Can fail as it can be e.g. locked by AV, so we retry that later
     bool Removed = RemoveDir(ApiPath(FileName));
     bool Removed = RemoveDir(ApiPath(FileName));