mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
remove spurious newlines from debug output
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user