From 191dc313f071366057e64addee9a2b2d1c324a98 Mon Sep 17 00:00:00 2001
From: Tom Culliton <culliton@x2.(none)>
Date: Sat, 24 Jan 2009 20:44:54 -0500
Subject: Add a bit of extra logging output from the DB dump.

---
 abs/core-testing/LinHES-system/bin/mythbackup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abs/core-testing/LinHES-system/bin/mythbackup b/abs/core-testing/LinHES-system/bin/mythbackup
index d3cc4e8..d0d028d 100755
--- a/abs/core-testing/LinHES-system/bin/mythbackup
+++ b/abs/core-testing/LinHES-system/bin/mythbackup
@@ -32,7 +32,7 @@ $MYISAMCHK -f *.MYI
 start_mysqld
 
 # Dumps the $DATABASE database
-$MYSQLDUMP -c -u root $DATABASE > $BACKUP_SQL
+$MYSQLDUMP -v -c -u root $DATABASE > $BACKUP_SQL
 shrink $BACKUP_SQL
 
 # Now to backup the other files, no fooling around, grab everything in the
-- 
cgit v0.12