Added %L to filelog search

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3265 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-06-09 10:57:13 +00:00
parent 6a5d3d1da5
commit 77e26df6c0

View File

@@ -401,6 +401,7 @@ FileLog_Get($@)
$linf =~ s/%Y/$Y/g;
$linf =~ s/%m/$m/g;
$linf =~ s/%d/$d/g;
$linf =~ s/%L/$attr{global}{logdir}/g if($attr{global}{logdir});
} else {
$linf = $hash->{currentlogfile};
}