Watchdog calls producing warnings, wrong format
Jose Reyero - October 29, 2008 - 19:49
| Project: | XMPP Framework |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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 :-)
| Attachment | Size |
|---|---|
| xmpp_watchdog_cleanup.patch | 26.77 KB |

#1
In the previous patch, some debug stuff slipped in, cleaned it up.
#2
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.
#3