ma_log_postf(ma_resource_manager_get_log(pDataBuffer->pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to retrieve data buffer connector. Unknown data supply type.\n");
/* Unexpected data supply type. TODO: Post an error here. */
/* Unexpected data supply type. */
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Unexpected data supply type (%d) when decoding page.",ma_resource_manager_data_buffer_node_get_data_supply_type(pDataBufferNode));
/* TODO: Post an error message. 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));
/*
/*
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
...
@@ -7546,8 +7567,7 @@ early_exit:
...
@@ -7546,8 +7567,7 @@ early_exit:
hashed name), but that node has been freed in the meantime, probably from some other
hashed name), but that node has been freed in the meantime, probably from some other
thread. This is an invalid operation.
thread. This is an invalid operation.
*/
*/
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_WARNING,"Cloning data buffer node failed because the source node was released. The source node must remain valid until the cloning has completed.\n");
/* Failed to post the job. TODO: Post an error message here. */
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));
/* 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. */
/* TODO: Post an error here. */
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_WARNING,"Failed to initialize data supply for \"%s\". %d\n",pJob->loadDataBufferNode.pFilePath,result);
}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);
/* Failed to post the paging job. TODO: Post an error here. */
ma_log_postf(ma_resource_manager_get_log(pResourceManager),MA_LOG_LEVEL_ERROR,"Failed to post MA_JOB_PAGE_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 initialize connector for data buffer. %d\n",ma_result_description(result));