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:
tpoitzsch
2015-07-13 18:43:51 +00:00
parent c8908b0022
commit a1791cc8a0

View File

@@ -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;
}
}