From aa36b592a643a876e33b6aeb9990f155402941c0 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 17 Nov 2023 03:19:12 +0700 Subject: all: log each time section created --- session.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/session.go b/session.go index 4bca064..838644b 100644 --- a/session.go +++ b/session.go @@ -57,6 +57,8 @@ func NewSession(aww *Awwan, sessionDir string) (ses *Session, err error) { randomString string ) + fmt.Printf("--- NewSession %q\n", relativePath(aww.BaseDir, sessionDir)) + ses = &Session{ cryptoc: aww.cryptoc, -- cgit v1.3