1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

55_GDS.pm: minor bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10046 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-11-29 14:34:35 +00:00
parent 40eb17ee2e
commit e2a111a3f8

View File

@ -820,7 +820,9 @@ sub gdsAlertsHeadlines($;$) {
}
sub gdsHeadlines($;$) {
return "gdsHeadlines() is deprecated. Please use gdsAlertsHeadlines()";
my $text = "GDS error: gdsHeadlines() is deprecated. Please use gdsAlertsHeadlines()";
Log 1, $text;
return $text;
}
sub setHelp(){