2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

74_UnifiVideo.pm: removed debug output

git-svn-id: https://svn.fhem.de/fhem/trunk@16083 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-02-04 15:29:51 +00:00
parent 5c8276cc6f
commit 13ee63a07c

View File

@ -428,24 +428,16 @@ UnifiVideo_killLogWatcher($)
{
my ($hash) = @_;
my $name = $hash->{NAME};
Log 1, "!!!!!!!";
Log 1, "2";
kill( 9, $hash->{PID} ) if( $hash->{PID} );
Log 1, "1";
close($hash->{FH}) if($hash->{FH});
Log 1, "1.1";
delete($hash->{FH});
Log 1, "1.2";
delete($hash->{FD});
Log 1, "1.3";
return if( !$hash->{PID} );
delete $hash->{PID};
Log 1, "3";
readingsSingleUpdate($hash, 'state', 'running', 1 );
Log3 $name, 3, "$name: stopped logfile watcher";