]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update comments
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Oct 2008 16:51:23 +0000 (16:51 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 20 Oct 2008 16:51:23 +0000 (16:51 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7846 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index 46015f08474c8873d4eb7075b135ac7804adf804..8e361865f16a10c678802318abd33ecb4eaebc47 100644 (file)
@@ -114,7 +114,7 @@ check_files_written()
 # Get information from logs
 get_mig_info()
 {
-    # index of the job in the log (start from 0)
+    # Prev Backup JobId
     JOBID=$1
     LOG=$2
     RET=`awk -v jobid=$JOBID -F: '/Prev Backup JobId/ { cjid=$2 } /New Backup JobId/  { if (cjid == jobid) { print $2 } }' $LOG`