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