mirror of
https://github.com/araddon/dateparse.git
synced 2025-09-17 04:03:02 +08:00
logging improvement
This commit is contained in:
@@ -312,7 +312,7 @@ iterRunes:
|
||||
}
|
||||
}
|
||||
default:
|
||||
u.Infof("no case for: %d", state)
|
||||
u.Infof("no case for: %d : %s", state, datestr)
|
||||
}
|
||||
|
||||
return time.Now(), fmt.Errorf("Could not find date format for %s", datestr)
|
||||
|
Reference in New Issue
Block a user