Commit c17d981b authored by Claes Sjofors's avatar Claes Sjofors

Xtt logging, print of start time for continous logging

parent 43c0344a
......@@ -932,7 +932,7 @@ static void *xtt_logproc( void *arg)
{
case xtt_LoggType_Cont:
if ( logg->logg_file)
fprintf( logg->logg_file, "\"\"");
fprintf( logg->logg_file, "\"%s\"", time_str);
/* Find a unic shortname for each parameter */
for ( i = 0; i < RTT_LOGG_MAXPAR; i++)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment