فهرست منبع

Error in application logging

Source commit: 5d2323b1a25caf42ac66c3e31b80683a43b69966
Martin Prikryl 1 سال پیش
والد
کامیت
921542f39b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)));
       }
     }
   }