fix a typo (#62)
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ func (l *Logger) openExistingOrNew(writeLen int) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// genFilename generates the name of the logfile from the current time.
|
// filename generates the name of the logfile from the current time.
|
||||||
func (l *Logger) filename() string {
|
func (l *Logger) filename() string {
|
||||||
if l.Filename != "" {
|
if l.Filename != "" {
|
||||||
return l.Filename
|
return l.Filename
|
||||||
|
|||||||
Reference in New Issue
Block a user