Add some log calls
markdionne - December 18, 2006 - 02:52
| Project: | Database Administration |
| Version: | 4.7.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
Add an entry to the log when a backup is done, and another when it is mailed successfully. E.G:
watchdog('dba', t("Backup completed to: $path"));

#1
good idea. can you make an actually patch for this and test it? see http://drupal.org/diffandpatch and/or http://drupal.org/patch for more details.
thanks!
-derek
#2
Is this the right spot?
It could use a few more messages like one for when it gets mailed...
#3
Might be the right spot (didn't look closely), but you can't have dynamic things inside t() like that. This needs a %path placeholder.