Index: src/libchcore/TSubTaskDelete.cpp =================================================================== diff -u -N -r3b320bc86d4e808c2f6a70c10bd5c9936102b301 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/libchcore/TSubTaskDelete.cpp (.../TSubTaskDelete.cpp) (revision 3b320bc86d4e808c2f6a70c10bd5c9936102b301) +++ src/libchcore/TSubTaskDelete.cpp (.../TSubTaskDelete.cpp) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -26,7 +26,6 @@ #include "TWorkerThreadController.h" #include "TTaskConfiguration.h" #include "TLocalFilesystem.h" -#include "..\libicpf\log.h" #include "IFeedbackHandler.h" #include #include "TFileInfoArray.h" @@ -40,6 +39,7 @@ #include "TBufferSizes.h" #include "TFileException.h" #include "TFilesystemFeedbackWrapper.h" +#include "log.h" namespace chcore { @@ -82,7 +82,7 @@ TFeedbackHandlerWrapperPtr spFeedbackHandler(boost::make_shared(spFeedback, guard)); // log - icpf::log_file& rLog = GetContext().GetLog(); + chcore::log_file& rLog = GetContext().GetLog(); TFileInfoArray& rFilesCache = GetContext().GetFilesCache(); TWorkerThreadController& rThreadController = GetContext().GetThreadController(); IFilesystemPtr spFilesystem = GetContext().GetLocalFilesystem();