am 01be1fa: Merge change 572 into donut

Merge commit '01be1fa7930e92aac6ba4dd4e8cb75f8719e8b37'

* commit '01be1fa7930e92aac6ba4dd4e8cb75f8719e8b37':
  oops forgot to remove a LOGD when loading an opengl driver
This commit is contained in:
Android (Google) Code Review
2009-04-29 13:35:28 -07:00
committed by The Android Open Source Project

View File

@@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks)
}
}
if (f == NULL) {
LOGD("%s", name);
//LOGD("%s", name);
f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
}
*curr++ = f;