diff options
Diffstat (limited to 'storage/memory/storage.go')
-rw-r--r-- | storage/memory/storage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/memory/storage.go b/storage/memory/storage.go index 216336c..1bf99fc 100644 --- a/storage/memory/storage.go +++ b/storage/memory/storage.go @@ -130,6 +130,7 @@ func (o *ObjectStorage) Set(obj core.Object) (core.Hash, error) { case core.TagObject: o.Tags[h] = o.Objects[h] default: + fmt.Println(obj.Type()) return h, ErrUnsupportedObjectType } |