diff --git a/runtime/runtime_storage.go b/runtime/runtime_storage.go index 7b26490286..6218dea4be 100644 --- a/runtime/runtime_storage.go +++ b/runtime/runtime_storage.go @@ -370,7 +370,7 @@ func (s *runtimeStorage) move( func (s *runtimeStorage) prepareCallback(value interpreter.Value, path []string) { logMessage := fmt.Sprintf( - "encoding value for key %s: %[1]T, %[1]v", + "encoding value for key %[1]s: %[2]T, %[2]v", path, value, )