FRITZBOX: bugfix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2789,7 +2789,7 @@ sub FRITZBOX_Ring_Run_Web($)
|
||||
$ttsLink = $hash->{M3U_URL} if $hash->{M3U_URL} ne "undefined";
|
||||
}
|
||||
else {
|
||||
my $msg = "Error: Cannot create save file '".$hash->{M3U_LOCAL},"' because $!\n";
|
||||
my $msg = "Error: Cannot create save file '".$hash->{M3U_LOCAL}."' because: ".$!."\n";
|
||||
FRITZBOX_Log $hash, 4, $msg;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user