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}
|
||||
end,
|
||||
io:format(format_time()
|
||||
++ LogReference ++ " ~w "
|
||||
++ " " ++ LogReference ++ " ~w "
|
||||
++ LogText
|
||||
++ " with time taken ~w " ++ Unit ++ "~n",
|
||||
[self()|Subs] ++ [Time]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue