Skip to content

Commit

Permalink
Merge pull request #736 from samply/improve-error-msg
Browse files Browse the repository at this point in the history
Improve Tracing Message
  • Loading branch information
alexanderkiel committed Jun 3, 2022
2 parents 82bb65f + e2a9c5b commit 0e70c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db/src/blaze/db/api.clj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
Please use `pull` to obtain the full resource."
[db type id]
(log/trace "fetch resource handle of " type "" id)
(log/trace "fetch resource handle of" (str type "/" id))
(p/-resource-handle db (codec/tid type) (codec/id-byte-string id)))


Expand Down

0 comments on commit 0e70c8c

Please sign in to comment.