]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions.pm
Tweak license
[bacula/bacula] / regress / scripts / functions.pm
index 6a93d54651942f9e792dd2de2a90a8783025fa57..99645383754311c22f4c4268afd9e578adb35ecd 100644 (file)
@@ -478,10 +478,10 @@ sub check_prune_list
     close(FP);
     foreach my $jobid (keys %to_check) {
         if (!$seen{$jobid}) {
-            print "******* listing of $f *********\n";
+            print "******** listing of $f *********\n";
             system("cat $f");
-            print "******* end listing of $f *********\n";
-            print "ERROR: in $f, JobId=$jobid should not but is still present in the 2nd 'list jobs'\n";
+            print "******** end listing of $f *********\n";
+            print "ERROR: in $f, JobId=$jobid should not be, but is still present in the 2nd 'list jobs'\n";
             exit 1;
         }
     }