[Bps-public-commit] r14139 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jul 15 22:40:33 EDT 2008
Author: sartak
Date: Tue Jul 15 22:40:28 2008
New Revision: 14139
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/Replica/RT/PullEncoder.pm
Log:
r64345 at onn: sartak | 2008-07-15 22:40:14 -0400
Error message fixes
Modified: sd/trunk/lib/App/SD/Replica/RT/PullEncoder.pm
==============================================================================
--- sd/trunk/lib/App/SD/Replica/RT/PullEncoder.pm (original)
+++ sd/trunk/lib/App/SD/Replica/RT/PullEncoder.pm Tue Jul 15 22:40:28 2008
@@ -160,7 +160,7 @@
return $changeset;
} else {
- die "not handling txn type $txn->{Type} for $txn->{id} yet";
+ die "Transaction type $txn->{Type} (for transaction $txn->{id}) not implemented yet";
}
}
@@ -377,7 +377,7 @@
} elsif ( $args{'txn'}->{'Description'} =~ /^(.*) $old deleted by/ ) {
$name = $1;
} else {
- die "Uh. what to do with txn descriotion " . $args{'txn'}->{'Description'};
+ die "Unknown transaction description " . $args{'txn'}->{'Description'};
}
$args{'txn'}->{'Field'} = "CF-" . $name;
More information about the Bps-public-commit
mailing list