mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_DLNARenderer: add log level for ControlPoint
git-svn-id: https://svn.fhem.de/fhem/trunk@15836 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3f01b4d1e2
commit
dfcdd9711b
@ -1182,7 +1182,7 @@ sub DLNARenderer_setupControlpoint {
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
eval {
|
eval {
|
||||||
$cp = UPnP::ControlPoint->new(SearchPort => 0, SubscriptionPort => 0, MaxWait => 30, UsedOnlyIP => \@usedonlyIPs, IgnoreIP => \@ignoredIPs);
|
$cp = UPnP::ControlPoint->new(SearchPort => 0, SubscriptionPort => 0, MaxWait => 30, UsedOnlyIP => \@usedonlyIPs, IgnoreIP => \@ignoredIPs, LogLevel => AttrVal($hash->{NAME}, 'verbose', 0));
|
||||||
$hash->{helper}{controlpoint} = $cp;
|
$hash->{helper}{controlpoint} = $cp;
|
||||||
|
|
||||||
DLNARenderer_addSocketsToMainloop($hash);
|
DLNARenderer_addSocketsToMainloop($hash);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user