Mailing List Archive

svn commit: r437498 - /spamassassin/branches/3.1/sa-update.raw
Author: felicity
Date: Sun Aug 27 18:23:51 2006
New Revision: 437498

URL: http://svn.apache.org/viewvc?rev=437498&view=rev
Log:
fix dbg/warn string typo

Modified:
spamassassin/branches/3.1/sa-update.raw

Modified: spamassassin/branches/3.1/sa-update.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/sa-update.raw?rev=437498&r1=437497&r2=437498&view=diff
==============================================================================
--- spamassassin/branches/3.1/sa-update.raw (original)
+++ spamassassin/branches/3.1/sa-update.raw Sun Aug 27 18:23:51 2006
@@ -1155,8 +1155,8 @@
my $dir = shift;

unless (opendir(DIR, $dir)) {
- warn "error: can't readdir $dir: $!\n";
- dbg("generic: attempt to readdir ($dir) failed");
+ warn "error: can't opendir $dir: $!\n";
+ dbg("generic: attempt to opendir ($dir) failed");
return;
}
while(my $file = readdir(DIR)) {