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

Comments

kevin.dutra’s picture

Status: Active » Needs review
StatusFileSize
new552 bytes

Here's a quick patch to remove that line.

marcingy’s picture

Status: Needs review » Reviewed & tested by the community

Nice!!

kylebrowning’s picture

Status: Reviewed & tested by the community » Fixed

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.