|
@@ -2690,6 +2690,7 @@ void ResourceWatcherEntity::CheckIsFileExists(SpReqAnsContext<ResourceWatcherSer
|
|
|
{
|
|
|
int iResult = -1;
|
|
|
ErrorCodeEnum Error = Error_Succeed;
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("ctx->Req.filetype = %d.", ctx->Req.filetype);
|
|
|
if (ctx->Req.filename.GetLength() > 0) {
|
|
|
CSimpleStringA strFileName = CSimpleStringW2A(ctx->Req.filename);
|
|
|
switch (ctx->Req.filetype) {
|