mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
logging improvement
This commit is contained in:
parent
497d740c1b
commit
69569e0631
@ -312,7 +312,7 @@ iterRunes:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
default:
|
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)
|
return time.Now(), fmt.Errorf("Could not find date format for %s", datestr)
|
||||||
|
Loading…
Reference in New Issue
Block a user