[Bps-public-commit] r17214 - sd/trunk/lib/App/SD/Replica/hm
jesse at bestpractical.com
jesse at bestpractical.com
Sat Dec 13 15:18:06 EST 2008
Author: jesse
Date: Sat Dec 13 15:18:06 2008
New Revision: 17214
Modified:
sd/trunk/lib/App/SD/Replica/hm/PullEncoder.pm
Log:
* Remove dep on YAML we don't need
Modified: sd/trunk/lib/App/SD/Replica/hm/PullEncoder.pm
==============================================================================
--- sd/trunk/lib/App/SD/Replica/hm/PullEncoder.pm (original)
+++ sd/trunk/lib/App/SD/Replica/hm/PullEncoder.pm Sat Dec 13 15:18:06 2008
@@ -61,8 +61,7 @@
$args{'previous_state'}->{ $field } = $old;
} else {
$args{'previous_state'}->{ $field } = $old;
- warn $args{'previous_state'}->{ $field } . " != " . $new . "\n\n"
- . YAML::Dump( \%args );
+ warn $args{'previous_state'}->{ $field } . " != " . $new . "\n\n";
}
$args{change}->add_prop_change( name => $field, old => $old, new => $new );
More information about the Bps-public-commit
mailing list