Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit bf43fca

Browse files
authored
fix: resolve typo on the log (#24)
1 parent 86c23d6 commit bf43fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundtriper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type CacheHandler struct {
3333
// NewCacheHandlerRoundtrip will create an implementations of cache http roundtripper
3434
func NewCacheHandlerRoundtrip(defaultRoundTripper http.RoundTripper, rfcCompliance bool, cacheActor cache.ICacheInteractor) *CacheHandler {
3535
if cacheActor == nil {
36-
log.Fatal("cache interactor is nil")
36+
log.Fatal("cache storage is not well set")
3737
}
3838
return &CacheHandler{
3939
DefaultRoundTripper: defaultRoundTripper,

0 commit comments

Comments
 (0)