]> git.sur5r.net Git - i3/i3/commitdiff
Use LOG instead of DLOG/ELOG
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 23:50:10 +0000 (00:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 23:50:31 +0000 (00:50 +0100)
src/xcb.c

index fa7091bb53159e4bf7d47a2c5994ef2feacbfd57..9e803c84fa6511baf648c66212717bdf8d8fb17a 100644 (file)
--- a/src/xcb.c
+++ b/src/xcb.c
@@ -309,7 +309,7 @@ int predict_text_width(xcb_connection_t *conn, const char *font_pattern, char *t
 
         cookie = xcb_query_text_extents(conn, font->id, length, (xcb_char2b_t*)text);
         if ((reply = xcb_query_text_extents_reply(conn, cookie, &error)) == NULL) {
-                ELOG("Could not get text extents (X error code %d)\n",
+                LOG("Could not get text extents (X error code %d)\n",
                      error->error_code);
                 /* We return the rather safe guess of 7 pixels, because a
                  * rendering error is better than a crash. Plus, the user will