Added another log message to log the name of the file to which the pcplogs are getting written to.

This commit is contained in:
Pradyumna Kaushik 2016-11-14 22:40:31 -05:00 committed by Renan DelValle
parent a9f7ca5c91
commit 79a5dca76b

View file

@ -19,6 +19,7 @@ func Start(quit chan struct{}, logging *bool, prefix string) {
if err != nil {
log.Fatal(err)
}
log.Println("Writing pcp logs to file: " + logFile.Name())
defer logFile.Close()