Add back missed space in logs

This commit is contained in:
martinsumner 2017-01-23 19:16:17 +00:00
parent fb896f13b1
commit 861cedf45e

View file

@ -333,7 +333,7 @@ log_timer(LogReference, Subs, StartTime) ->
{"ms", MicroS div 1000}
end,
io:format(format_time()
++ LogReference ++ " ~w "
++ " " ++ LogReference ++ " ~w "
++ LogText
++ " with time taken ~w " ++ Unit ++ "~n",
[self()|Subs] ++ [Time]);