diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-17 03:19:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-17 03:19:12 +0700 |
| commit | aa36b592a643a876e33b6aeb9990f155402941c0 (patch) | |
| tree | 9c4044f8b86f4b18dd1689f976b588eac139e35f | |
| parent | 19f5053c19bdd2f9f4f764eb17ef0f096eb87f3e (diff) | |
| download | awwan-aa36b592a643a876e33b6aeb9990f155402941c0.tar.xz | |
all: log each time section created
| -rw-r--r-- | session.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |
