Replace deprecated log calls
This commit is contained in:
@@ -57,7 +57,7 @@ function frio_install()
|
||||
Hook::register('nav_info', 'view/theme/frio/theme.php', 'frio_remote_nav');
|
||||
Hook::register('display_item', 'view/theme/frio/theme.php', 'frio_display_item');
|
||||
|
||||
Logger::log('installed theme frio');
|
||||
Logger::notice('installed theme frio');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -49,7 +49,7 @@ foreach (['style', $style] as $file) {
|
||||
}
|
||||
} else {
|
||||
//TODO: use Logger::ERROR?
|
||||
Logger::log('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
|
||||
Logger::notice('Error: missing file: "' . $stylecssfile .'" (userid: '. $uid .')');
|
||||
}
|
||||
}
|
||||
$modified = gmdate('r', $modified);
|
||||
|
||||
Reference in New Issue
Block a user