XBMC Binding - Logging Info if playerID is -1 (PVR)

Hi,

in class XbmcConnector.java there is a line, which causes a lot of log entries in my configuration.

logger.warn("[{}]: Invalid playerId ({}) - assume this is a PVR recording playback and update playerId -> 1 (video player)",xbmc.getHostname(), playerId);

Is it ok, if i change this to logger.debug with an PullRequest?

Greetings
Dennis

Sounds find to me.

Hi,

the PullRequest was merged: https://github.com/openhab/openhab/commit/14c669c39013ad5296936f42f5eb89af13a89982

Thanks!

Greetings
Dennis