Skip to content

Commit

Permalink
no more .tlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Feb 3, 2011
1 parent a2af999 commit 977f483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tlog/tlc2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ let fold_read tlog_dir file_name
if msg = "uncompressed"
then (* file might have moved meanwhile *)
begin
Lwt_log.debug_f "%s became .tlf meanwhile " file_name >>= fun () ->
Lwt_log.debug_f "%s became %s meanwhile " file_name archive_extension
>>= fun () ->
let an = to_archive_name file_name in
let full_an = Filename.concat tlog_dir an in
Lwt_log.debug_f "folding compressed %s" an >>= fun () ->
Expand Down

0 comments on commit 977f483

Please sign in to comment.