소스 검색

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)));
       }
     }
   }