diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index c3e1dd1fd..70efb9b13 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -201,8 +201,7 @@ class ThemeHandler { if (!is_file($sImage)) { - //TODO log warning - echo "Cannot find $sImage\n"; + IssueLog::Warning("Cannot find $sImage during SCSS $sThemeId precompilation"); } else {