2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

Logs FHEMWEB directories to global log with loglevel 4

git-svn-id: https://svn.fhem.de/fhem/trunk@1907 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2012-09-30 10:18:14 +00:00
parent 08086deadc
commit 5855100319

View File

@ -387,12 +387,14 @@ FW_SetDirs() {
$FW_jsdir = $FW_dir;
}
# Debug "web server root: $FW_dir";
# Debug "icon directory: $FW_icondir";
# Debug "doc directory: $FW_docdir";
# Debug "css directory: $FW_cssdir";
# Debug "gplot directory: $FW_gplotdir";
# Debug "javascript directory: $FW_jsdir";
Log 4, "FHEMWEB directories:";
Log 4, " web server root: $FW_dir";
Log 4, " icon directory: $FW_icondir";
Log 4, " Notice: if style-specific subdirectories ${FW_icondir}/default etc. exist, icons are only read from there and not from ${FW_icondir}!";
Log 4, " doc directory: $FW_docdir";
Log 4, " css directory: $FW_cssdir";
Log 4, " gplot directory: $FW_gplotdir";
Log 4, " javascript directory: $FW_jsdir";
}