Fix printing of analysis time

Summary: Remove duplicate `s` when printing the time taken by the analysis

Reviewed By: ngorogiannis

Differential Revision: D16710277

fbshipit-source-id: 3ba7f6693
master
Phoebe Nichols 6 years ago committed by Facebook Github Bot
parent ddd4d98636
commit 6fbe091987

@ -178,7 +178,7 @@ let main ~changed_files =
(* empty all caches to minimize the process heap to have less work to do when forking *)
clear_caches () ;
let stats = analyze source_files in
L.progress "@\nAnalysis finished in %as@." Pp.elapsed_time () ;
L.progress "@\nAnalysis finished in %a@." Pp.elapsed_time () ;
L.debug Analysis Quiet "collected stats:@\n%a@." BackendStats.pp stats ;
BackendStats.log_to_scuba stats ;
output_json_makefile_stats source_files

Loading…
Cancel
Save