Skip to content

Commit a9ae589

Browse files
committed
starting proxy servers displays the configured TTL in messages
1 parent 4098017 commit a9ae589

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kele.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,9 @@ If CONTEXT already has a proxy process active, this function returns the
652652
existing process *regardless of the value of PORT*."
653653
(-if-let ((&alist context record) (oref manager records))
654654
record
655-
(kele--with-progress (format "Starting proxy server process for `%s'..."
656-
context)
655+
(kele--with-progress (format "Starting proxy server process for `%s'%s..."
656+
context
657+
(if ephemeral (format " (TTL: %ss)" kele-proxy-ttl) ""))
657658
(let* ((selected-port (or port (kele--random-port)))
658659
(record (kele--proxy-record-create
659660
:process (kele--proxy-process context :port selected-port :wait nil)

0 commit comments

Comments
 (0)