Browse Source

Error in application logging

Source commit: 5d2323b1a25caf42ac66c3e31b80683a43b69966
Martin Prikryl 1 year ago
parent
commit
921542f39b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -11474,7 +11474,7 @@ void TCustomScpExplorerForm::PasteFiles()
       if (!Removed)
       {
         Removed = RemoveDir(ApiPath(Target));
-        AppLogFmt(L"Second attempt to delete pasted fake clipboard directory - %d", (Target, int(Removed)));
+        AppLogFmt(L"Second attempt to delete pasted fake clipboard directory \"%s\" - %d", (Target, int(Removed)));
       }
     }
   }