mirror of
https://github.com/araddon/dateparse.git
synced 2025-01-06 04:53:46 +08:00
logging improvement
This commit is contained in:
parent
497d740c1b
commit
69569e0631
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user