1
0
Fork 0

Logger Levels

update logger levels in calls
This commit is contained in:
Adam Magness 2018-10-30 09:58:45 -04:00
commit 50da89d861
86 changed files with 673 additions and 673 deletions

View file

@ -31,7 +31,7 @@ foreach (['style', $style] as $file) {
$modified = $stylemodified;
}
} else {
//TODO: use LOGGER_ERROR?
//TODO: use Logger::ERROR?
Logger::log('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
}
}