Subversion Repositories svn1-original

Rev

Rev 317 | Rev 319 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 317 Rev 318
Line 2558... Line 2558...
2558
            {
2558
            {
2559
                ptr->flags.bad_times = TRUE;
2559
                ptr->flags.bad_times = TRUE;
2560
                
2560
                
2561
                if ( ! report_all )
2561
                if ( ! report_all )
2562
                {
2562
                {
2563
                    printf( "Team with incorrect time information: %d", ptr->team  );
2563
                    qDebug( "Team with incorrect time information: %d", ptr->team  );
2564
                    bad++;
2564
                    bad++;
2565
                }
2565
                }
2566
            }
2566
            }
2567
        }
2567
        }
2568
    }
2568
    }
2569
 
2569
 
2570
    if( bad )
2570
    if( bad )
2571
    {
2571
    {
2572
        printf( "%d teams with incorrect times. These have been flagged as unplaced", bad );
2572
        qDebug( "%d teams with incorrect times. These have been flagged as unplaced", bad );
2573
    }
2573
    }
2574
    return ( FALSE );
2574
    return ( FALSE );
2575
}
2575
}
2576
 
2576
 
2577
/*========================================================================
2577
/*========================================================================