Subversion Repositories tpanel

Rev

Rev 245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 326
Line 280... Line 280...
280
 
280
 
281
            entries.push_back(dr);
281
            entries.push_back(dr);
282
        }
282
        }
283
 
283
 
284
        done = true;
284
        done = true;
285
        MSG_TRACE("Read " << count << " entries.");
285
        MSG_DEBUG("Read " << count << " entries.");
286
        vector<DFILES_T>::iterator iter;
-
 
287
 
286
 
-
 
287
        if (TStreamError::checkFilter(HLOG_DEBUG))
-
 
288
        {
-
 
289
            vector<DFILES_T>::iterator iter;
-
 
290
 
288
        for (iter = entries.begin(); iter != entries.end(); ++iter)
291
            for (iter = entries.begin(); iter != entries.end(); ++iter)
289
            MSG_DEBUG("Entry: " << iter->name);
292
                MSG_DEBUG("Entry: " << iter->name);
-
 
293
        }
290
    }
294
    }
291
    catch(exception& e)
295
    catch(exception& e)
292
    {
296
    {
293
        MSG_ERROR("Error: " << e.what());
297
        MSG_ERROR("Error: " << e.what());
294
        entries.clear();
298
        entries.clear();
Line 410... Line 414...
410
    if (!fs::exists(path))
414
    if (!fs::exists(path))
411
    {
415
    {
412
        MSG_WARNING("Directory \"" << path << "\" does not exist!");
416
        MSG_WARNING("Directory \"" << path << "\" does not exist!");
413
        return 0;
417
        return 0;
414
    }
418
    }
415
    
419
 
416
    MSG_DEBUG("Dropping directory: " << path);
420
    MSG_DEBUG("Dropping directory: " << path);
417
    int count = 0;
421
    int count = 0;
418
 
422
 
419
    try
423
    try
420
    {
424
    {