/* Failed to post job. Probably ran out of memory. */
/* Failed to post job. Probably ran out of memory. */
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_LOAD_DATA_BUFFER_NODE job. %d\n",ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_LOAD_DATA_BUFFER_NODE job. %s.\n",ma_result_description(result));
/*
/*
Fences were acquired before posting the job, but since the job was not able to
Fences were acquired before posting the job, but since the job was not able to
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_FREE_DATA_BUFFER_NODE job. %d\n",ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_FREE_DATA_BUFFER_NODE job. %s.\n",ma_result_description(result));
/* We failed to post the job. Most likely there isn't enough room in the queue's buffer. */
/* We failed to post the job. Most likely there isn't enough room in the queue's buffer. */
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_LOAD_DATA_BUFFER job. %d\n",ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_LOAD_DATA_BUFFER job. %s.\n",ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_WARNING,"Failed to initialize data supply for \"%s\". %d\n",pJob->loadDataBufferNode.pFilePath,result);
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_WARNING,"Failed to initialize data supply for \"%s\". %s.\n",pJob->loadDataBufferNode.pFilePath,ma_result_description(result));
}else{
}else{
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_WARNING,"Failed to initialize data supply for \"%ls\", %d\n",pJob->loadDataBufferNode.pFilePathW,result);
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_WARNING,"Failed to initialize data supply for \"%ls\", %s.\n",pJob->loadDataBufferNode.pFilePathW,ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to initialize connector for data buffer. %d\n",ma_result_description(result));
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to initialize connector for data buffer. %s.\n",ma_result_description(result));