Add back missed space in logs
This commit is contained in:
parent
fb896f13b1
commit
861cedf45e
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue