Skip to content

Commit

Permalink
fix log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Feb 4, 2021
1 parent a83695b commit 1328925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 1328925

Please sign in to comment.