Bug 18001 - Wrong log level for blocked IP address
: Wrong log level for blocked IP address
Status: UNCONFIRMED
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 7.7.2
: PC All
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-06 04:52 UTC by Ian Pallfreeman
Modified: 2012-09-06 04:55 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Pallfreeman 2012-09-06 04:52:31 UTC

    
Comment 1 Ian Pallfreeman 2012-09-06 04:55:16 UTC
When configuring address blocking for remote access to LMS, an attempt by a blocked address to access LMS remotely is not logged by default. It should be.

Change $log->warn to $log->error in Web/HTTP.pm:

 $log->error("Did not accept HTTP connection from $peer, unauthorized source");