Nathalie Furmento 15 年之前
父節點
當前提交
199d48b38d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/drivers/opencl/driver_opencl_utils.c

+ 1 - 1
src/drivers/opencl/driver_opencl_utils.c

@@ -447,7 +447,7 @@ int _starpu_opencl_compile_source_to_opencl(char *source_file_name)
 
                                 free(binary);
 
-                                _STARPU_OPENCL_DEBUG("Binary file [%s] successfully built (%ld bytes).\n", binary_file_name, binary_len);
+                                _STARPU_OPENCL_DEBUG("Binary file [%s] successfully built (%ld bytes).\n", binary_filename, binary_len);
                         }
 
                         clReleaseProgram(program);