Skip to content

Commit

Permalink
更正注释中的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
jayyi committed Jan 5, 2021
1 parent 0987fd5 commit 8ae5461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ func GetLogDir() string {
}

// 自动取日志文件名,后缀总是为“.log”,
// 可指定子后缀(FILENAME.SUBSUFFIX.log),如果不指定则无子后缀(FILENAME.log)
// 可指定前后缀:SUBPREFIX-filename-SUBSUFFIX.log
func GetLogFilename(subPrefix, subSuffix string) string {
logFilename, err := os.Executable()

Expand Down

0 comments on commit 8ae5461

Please sign in to comment.