Revert "LessCompiler: Remove error message when switching to Icinga theme"
This reverts commit 2e24833d7c
.
This commit is contained in:
parent
2e24833d7c
commit
8294471253
|
@ -122,9 +122,7 @@ class LessCompiler
|
|||
if (is_file($theme) && is_readable($theme)) {
|
||||
$this->theme = $theme;
|
||||
} else {
|
||||
if ($theme !== '/vagrant/public/css/themes/Icinga.less') {
|
||||
Logger::error('Can\t load theme %s. Make sure that the theme exists and is readable', $theme);
|
||||
}
|
||||
Logger::error('Can\t load theme %s. Make sure that the theme exists and is readable', $theme);
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue