Skip to content

Commit

Permalink
Correct format string/data mismatch
Browse files Browse the repository at this point in the history
This was likely a typo from a long time ago.
  • Loading branch information
Joe Caswell committed Sep 10, 2015
1 parent 1b5ad68 commit 575982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcask.erl
Expand Up @@ -1932,7 +1932,7 @@ purge_setuid_files(Dirname) ->
catch
X:Y ->
error_msg_perhaps("While deleting stale merge input "
"files from ~p: ~p ~p @ ~p\n",
"files from ~p: ~p @ ~p\n",
[X, Y, erlang:get_stacktrace()])
after
bitcask_lockops:release(WriteLock)
Expand Down

0 comments on commit 575982b

Please sign in to comment.