remove spurious newlines from debug output

This commit is contained in:
Stefan Seyfried
2017-02-12 15:18:35 +01:00
parent b9da7f01bf
commit 1fa91ad136
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()