Update some of the debug messages.

8.0.x
Daniel Wehner 2012-08-22 21:04:14 +02:00 committed by Tim Plunkett
parent 0829fb3cf3
commit dad1844e97
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ class Rss extends StylePluginBase {
function render() {
if (empty($this->row_plugin)) {
vpr('views_plugin_style_default: Missing row plugin');
vpr('Drupal\views\Plugin\views\style\Rss: Missing row plugin');
return;
}
$rows = '';

View File

@ -324,7 +324,7 @@ abstract class StylePluginBase extends PluginBase {
*/
function render() {
if ($this->uses_row_plugin() && empty($this->row_plugin)) {
debug('views_plugin_style_default: Missing row plugin');
vpr('Drupal\views\Plugin\views\style\StylePluginBase: Missing row plugin');
return;
}