Small changes, doc

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@583 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-03-13 11:22:13 +00:00
parent 795a8a2a9a
commit 2c84b43b04
4 changed files with 54 additions and 35 deletions

View File

@@ -185,7 +185,7 @@ FileLog_Get($@)
my $linf = "$1/$inf" if($hash->{currentlogfile} =~ m,^(.*)/[^/]*$,o);
if(!-f $linf) {
$linf = $attr{$hash->{NAME}}{archivedir} . "/" . $inf;
return "Error: File-not-found" if(!-f $linf);
return "Error: cannot access $linf" if(!-f $linf);
}
$inf = $linf;
}