even more additional logging

This commit is contained in:
Kyle Isom 2023-08-29 13:08:56 -07:00
parent 08c92ca74d
commit dcbf937d38
2 changed files with 5 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
nlink.conf
nlink.db
nlink
nlink.exe

View File

@ -175,4 +175,6 @@ func main() {
}
time.Sleep(interval)
}
log.Infoln("exiting")
}