Index: src/ch/AsyncHttpFile.cpp
===================================================================
diff -u -rcca174e74e108de1f5729e4cc6c46d2b9a5e25a7 -r12b36349f6214befeace08efa9acc7e03be0d847
--- src/ch/AsyncHttpFile.cpp	(.../AsyncHttpFile.cpp)	(revision cca174e74e108de1f5729e4cc6c46d2b9a5e25a7)
+++ src/ch/AsyncHttpFile.cpp	(.../AsyncHttpFile.cpp)	(revision 12b36349f6214befeace08efa9acc7e03be0d847)
@@ -353,7 +353,7 @@
 	if(!pRequest || !pRequest->pHttpFile)
 		return;
 
-	chcore::TLoggerPtr spLog = GetLogFactory()->CreateLogger(L"AsyncHttpFile");
+	logger::TLoggerPtr spLog = logger::MakeLogger(GetLogFileData(), L"AsyncHttpFile");
 	CString strMsg;
 	strMsg.Format(_T("[CAsyncHttpFile::InternetStatusCallback] hInternet: %p, dwContext: %Iu (operation: %lu), dwInternetStatus: %lu, lpvStatusInformation: %p, dwStatusInformationLength: %lu\n"),
 		hInternet, (size_t)dwContext, pRequest->eOperationType, dwInternetStatus, lpvStatusInformation, dwStatusInformationLength);