branch: externals/xelb commit 643cb9c72a26d1897c059bb7d6d19367db1d0761 Author: Adrián Medraño Calvo <adr...@medranocalvo.com> Commit: Adrián Medraño Calvo <adr...@medranocalvo.com>
* xcb.el (xcb:-cache-request): Avoid logging large objects --- xcb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcb.el b/xcb.el index f633d6b..2637b47 100644 --- a/xcb.el +++ b/xcb.el @@ -564,7 +564,7 @@ classes of EVENT (since they have the same event number)." last-seen-sequence 0)) (setf request-cache (vconcat cache msg) request-sequence (1+ request-sequence)) - (xcb:-log "Cache request #%d: %s" request-sequence request) + (xcb:-log "Cache request #%d: %s" request-sequence msg) request-sequence))) (cl-defmethod xcb:-+request ((obj xcb:connection) request)