Try and be consistent in flilename format

i.e. ./filename.sst
This commit is contained in:
martinsumner 2017-03-09 21:52:29 +00:00
parent bfcf981485
commit 39a005a8d0

View file

@ -667,7 +667,7 @@ sst_rootpath(RootPath) ->
FP. FP.
sst_filename(ManSQN, Level, Count) -> sst_filename(ManSQN, Level, Count) ->
lists:flatten(io_lib:format("~w_~w_~w.sst", [ManSQN, Level, Count])). lists:flatten(io_lib:format("./~w_~w_~w.sst", [ManSQN, Level, Count])).
%%%============================================================================ %%%============================================================================