All the watchdog calls on the framework seem to be using the old Drupal 5 format, producing countless errors and warnings.

This patch updates them all.

Note: For the xmlrpc module I've done some more cleanup, using a helper function for all xmlrpc calls, it was faster than patching each watchdog :-)

Comments

jose reyero’s picture

StatusFileSize
new25.97 KB

In the previous patch, some debug stuff slipped in, cleaned it up.

darren.ferguson’s picture

Status: Needs review » Fixed

Small issue in the helper function where it did not use the service being passed but other than that, worked well.

Have patched the HEAD and it will be in the development branch from tonights cron run.

Thanks for the patch Jose.

darren.ferguson’s picture

Status: Fixed » Closed (fixed)