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"));
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dba_watchdog.patch | 500 bytes | greggles |
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"));
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dba_watchdog.patch | 500 bytes | greggles |
Comments
Comment #1
dwwgood 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
Comment #2
gregglesIs this the right spot?
It could use a few more messages like one for when it gets mailed...
Comment #3
dwwMight be the right spot (didn't look closely), but you can't have dynamic things inside t() like that. This needs a %path placeholder.
Comment #4
jeremy commentedThe 4.7.x branch is no longer supported.