mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
FRITZBOX: bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@8957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dbb3119d93
commit
4f807a93f4
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user