Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2011 at 09:50 UTC
Updated:
29 Dec 2011 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettGrepping through the various calls to debug(), this does seem like the one that gives the least information. Here's an actual patch.
Comment #2
dawehnerI'm not sure but why not use vpr()?
Vpr uses debug() if a simpletest is running
else it can write into the watchdog and in theory would be able to display the message in a certain region.
Comment #3
dawehnerCommitted a patch with vpr()