switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_ERROR,"Failed to stat file %s\n",fullfile);
continue;
}
switch_log_printf(SWITCH_CHANNEL_LOG,SWITCH_LOG_DEBUG,"File: %s has stat %llu, size = %llu\n",fullfile,(unsignedlonglong)statinfo.ctime,(unsignedlonglong)statinfo.size);