Log: tools: avoid misleading log in crm_report
Previously, a line with an unknown time format would result in:
Unknown time format used by:
because it logged $* in a function that was called with stdin instead of
arguments. Now, the message will include the actual line content.