]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 31 Mar 2021 09:37:35 +0000 (11:37 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 31 Mar 2021 09:37:35 +0000 (11:37 +0200)
; Instrument for emba.

lisp/net/tramp-sh.el

index 1764f2ef03fc1aa0ba638efffe692f57302cc767..c2dab64d5bf8ba27b4221a0712cdf9d04132f045 100644 (file)
@@ -3750,6 +3750,8 @@ Fall back to normal file name handler if no Tramp handler exists."
 
       ;; Determine monitor name.
       (unless (tramp-connection-property-p proc "gio-file-monitor")
+        (when (getenv "EMACS_EMBA_CI")
+          (message "%s" string))
         (cond
          ;; We have seen this only on cygwin gio, which uses the
          ;; GPollFileMonitor.