diff options
Diffstat (limited to 'app/x11_util.cc')
-rw-r--r-- | app/x11_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/x11_util.cc b/app/x11_util.cc index b6b63b3..edf5f2f 100644 --- a/app/x11_util.cc +++ b/app/x11_util.cc @@ -624,9 +624,9 @@ void PutARGBImage(Display* display, void* visual, int depth, XID pixmap, width, height); free(orig_bitmap16); } else { - CHECK(false) << "Sorry, we don't support your visual depth without " - "Xrender support (depth:" << depth - << " bpp:" << pixmap_bpp << ")"; + LOG(FATAL) << "Sorry, we don't support your visual depth without " + "Xrender support (depth:" << depth + << " bpp:" << pixmap_bpp << ")"; } } |