]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix idx/db typo
authorDon Armstrong <don@donarmstrong.com>
Sun, 28 Feb 2016 23:30:20 +0000 (15:30 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 20:45:41 +0000 (13:45 -0700)
Debbugs/Bugs.pm

index 1ace4b186b83f05b25c9c4a036d81bf62609f570..18069847c17320fe09f1e6d0cc2a3b1b77efc7d7 100644 (file)
@@ -506,7 +506,7 @@ sub get_bugs_by_db{
      # handle it, so bail out here
      for my $maint (make_list(exists $param{maint}?$param{maint}:[])) {
          if (defined $maint and $maint eq '') {
-              die "Can't handle empty maint (unmaintained packages) in get_bugs_by_idx";
+              die "Can't handle empty maint (unmaintained packages) in get_bugs_by_db";
          }
      }