Added another log message to log the name of the file to which the pcplogs are getting written to.
This commit is contained in:
parent
a9f7ca5c91
commit
79a5dca76b
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ func Start(quit chan struct{}, logging *bool, prefix string) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
log.Println("Writing pcp logs to file: " + logFile.Name())
|
||||||
|
|
||||||
defer logFile.Close()
|
defer logFile.Close()
|
||||||
|
|
||||||
|
|
Reference in a new issue