summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-24 08:54:35 +0200
committerendico%mozilla.org <>2000-06-24 08:54:35 +0200
commit9cf6a1dbf7facaf9feae549f21ce2b2c2193f17f (patch)
tree8ab400380efa2eccda568fd1247268c912920f2c /importxml.pl
parent3346ad4502d5eb84714414a7ead209f899e8d488 (diff)
downloadbugzilla-9cf6a1dbf7facaf9feae549f21ce2b2c2193f17f.tar.gz
bugzilla-9cf6a1dbf7facaf9feae549f21ce2b2c2193f17f.tar.xz
add more whitespace to exporter's log message
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 7793d3e69..7d7d6eb6b 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -192,7 +192,7 @@ if (defined $tree->[1][0]->{'urlbase'}) {
my $bugqty = ($#{@{$tree}->[1]} +1 -3) / 4;
-my $log = "Imported $bugqty bug(s) from $urlbase,\n sent by $exporter.\n";
+my $log = "Imported $bugqty bug(s) from $urlbase,\n sent by $exporter.\n\n";
for (my $k=1 ; $k <= $bugqty ; $k++) {
my $cur = $k*4;