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

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

[nongnu] elpa/haskell-tng-mode a34e796 368/385: improve debugging


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode a34e796 368/385: improve debugging
Date: Wed, 6 Oct 2021 00:00:06 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit a34e796eb0f9579a055783891223b39435b62bb4
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    improve debugging
---
 haskell-tng-hsinspect.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el
index bd34283..3ce82c9 100644
--- a/haskell-tng-hsinspect.el
+++ b/haskell-tng-hsinspect.el
@@ -541,7 +541,6 @@ This is uncached, prefer `haskell-tng--hsinspect-exe'."
                 (when ghcpath
                   (setq process-environment
                         (cons (concat "PATH=" ghcpath) process-environment)))
-                (message "DEBUG: %S" process-environment)
                 (apply
                  #'call-process
                  (or (haskell-tng--hsinspect-exe flush-cache)
@@ -575,7 +574,7 @@ Negative to disable."
      haskell-tng-hsinspect-auto
      nil
      (lambda ()
-       (message "Running hsinspect in the background")
+       (message "[haskell-tng] running hsinspect on idle")
        (make-thread #'haskell-tng-hsinspect)))))
 
 (add-hook



reply via email to

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