< prev index next >

src/java.desktop/windows/native/libawt/java2d/d3d/ShaderList.c

Print this page

        

@@ -47,11 +47,11 @@
 
     // create new ShaderInfo
     info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
     if (info == NULL) {
         J2dTraceLn(J2D_TRACE_ERROR,
-                   "OGLContext_AddProgram: could not allocate ShaderInfo");
+                   "D3DContext_AddProgram: could not allocate ShaderInfo");
         return;
     }
 
     // fill in the information
     info->next = programList->head;
< prev index next >