In theme_services_resource_table(), there's a watchdog call made:
watchdog('rows', print_r($rows, 1));
It looks like this was introduced in commit 5b8f6ac062d23e824f179ed8d92fbef858d9883c (from #1154420: Readd support for rich options for resources - needed by auth mechanism). I assume this was just in there for debugging purposes and didn't end up getting removed. I glanced at the 7.x codeline and didn't spot it, so I think this only affects 6.x
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | resources-watchdog-entry-1892524-1.patch | 552 bytes | kevin.dutra |
Comments
Comment #1
kevin.dutra commentedHere's a quick patch to remove that line.
Comment #2
marcingy commentedNice!!
Comment #3
kylebrowning commentedThanks.