2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

Better debug output for broken definition

git-svn-id: https://svn.fhem.de/fhem/trunk@1195 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-01-21 09:44:52 +00:00
parent 1db382101e
commit 140789585e

View File

@ -1604,7 +1604,6 @@ FW_showWeblink($$$$)
my ($d, $v, $t, $buttons) = @_;
my $attr = AttrVal($d, "htmlattr", "");
if($t eq "link") {
FW_pO "<a href=\"$v\" $attr>$d</a>"; # no FW_pH, want to open extra browser
@ -1638,7 +1637,7 @@ FW_showWeblink($$$$)
my @va = split(":", $v, 3);
if(@va != 3 || !$defs{$va[0]} || !$defs{$va[0]}{currentlogfile}) {
FW_pO "Broken definition: $v<br>";
FW_pO "Broken definition for $d: $v<br>";
} else {
if($va[2] eq "CURRENT") {