emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xelb 643cb9c 3/7: * xcb.el (xcb:-cache-request): Avoid


From: Chris Feng
Subject: [elpa] externals/xelb 643cb9c 3/7: * xcb.el (xcb:-cache-request): Avoid logging large objects
Date: Sun, 9 Sep 2018 06:39:55 -0400 (EDT)

branch: externals/xelb
commit 643cb9c72a26d1897c059bb7d6d19367db1d0761
Author: Adrián Medraño Calvo <address@hidden>
Commit: Adrián Medraño Calvo <address@hidden>

    * 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]