remove spurious newlines from debug output

Origin commit data
------------------
Commit: 6604178485
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)
This commit is contained in:
Stefan Seyfried
2017-02-12 15:18:35 +01:00
committed by vanhofen
parent 8107c333eb
commit 9cc19fb187
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ void CEpgScan::ConfigureEIT()
count++;
}
}
INFO("added %d channels to EIT white list\n", count);
INFO("added %d channels to EIT white list", count);
}
void CEpgScan::Clear()