Small change in debug message.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
9c83c0efff
commit
97267f8709
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ sub BuildPosting {
|
||||||
$_ =~ s/^Posting-Frequency:\s+//i;
|
$_ =~ s/^Posting-Frequency:\s+//i;
|
||||||
$PostingFrequency = $_;
|
$PostingFrequency = $_;
|
||||||
$_ = '';
|
$_ = '';
|
||||||
print "- Posting-Frequency set to $PostingFrequency.\n" if $Config{'debug'};
|
print "- Posting-Frequency set to $PostingFrequency from header.\n" if $Config{'debug'};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue