? dba_watchdog.patch
Index: dba.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/dba/dba.module,v
retrieving revision 1.54
diff -u -p -r1.54 dba.module
--- dba.module	24 Jun 2007 03:41:12 -0000	1.54
+++ dba.module	14 Aug 2007 13:36:53 -0000
@@ -386,6 +386,8 @@ function dba_auto_backup() {
         dba_mail_backup($attachment);
       }
     }
+
+    watchdog('dba', t("Backup completed to: $path/$filename"));
   }
 }
 
