diff --git a/e2e/parse/partition/store.go b/e2e/parse/partition/store.go index 5ca9007a85a78f28b4566b2ec0be710f4305b0bc..713fc291a9bb530994c3598b26e595eea52a6b03 100644 --- a/e2e/parse/partition/store.go +++ b/e2e/parse/partition/store.go @@ -171,7 +171,7 @@ func (s *Store) loadActivePartitions() { defer s.mux.Unlock() obj, err := s.kv.Get(activePartitions, activePartitionVersion) if err != nil { - jww.DEBUG.Printf("Could not load active partitions: %+v", err) + jww.DEBUG.Printf("Could not load active partitions: %s", err.Error()) return }