DatabaseCampaign: fix log output

When no variants matching the command line parameters were found, the
campaign printed an uninitialized sent_pilots count.

Change-Id: Ib1d70ae86f02059daeb9a62567d6c83802e4986e
This commit is contained in:
Horst Schirmeier
2014-04-08 10:40:05 +02:00
parent 6b1f1eba9d
commit a8611d1ec0
2 changed files with 2 additions and 4 deletions

View File

@ -28,8 +28,6 @@ class DatabaseCampaign : public Campaign {
void collect_result_thread();
int sent_pilots;
public:
DatabaseCampaign() {};