We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb5449 commit c314fa8Copy full SHA for c314fa8
impeller/display_list/display_list_dispatcher.cc
@@ -27,7 +27,7 @@
27
namespace impeller {
28
29
#define UNIMPLEMENTED \
30
- FML_LOG(ERROR) << "Unimplemented detail in " << __FUNCTION__;
+ FML_DLOG(ERROR) << "Unimplemented detail in " << __FUNCTION__;
31
32
DisplayListDispatcher::DisplayListDispatcher() = default;
33
0 commit comments