Skip to content

Commit

Permalink
Refactor - Unify name of LeoFS's processes
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Oct 27, 2012
1 parent cbc0ee1 commit 7457591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leo_object_storage_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ gen_id(obj_storage, Id) ->
"_",
integer_to_list(Id)]));
gen_id(metadata, Id) ->
list_to_atom(lists:append(["metadata",
list_to_atom(lists:append(["leo_metadata",
"_",
integer_to_list(Id)])).

0 comments on commit 7457591

Please sign in to comment.