[Jifty-commit] r2776 - in jifty/trunk: lib/Jifty
jifty-commit at lists.jifty.org
jifty-commit at lists.jifty.org
Fri Feb 9 17:01:02 EST 2007
Author: falcone
Date: Fri Feb 9 17:01:01 2007
New Revision: 2776
Modified:
jifty/trunk/ (props changed)
jifty/trunk/lib/Jifty/Logger.pm
Log:
r16695 at ketch: falcone | 2007-02-09 17:00:42 -0500
* don't double warn. Now that we stopped schema creation from suppressing
warnings this *shouldn't* be necesary
Modified: jifty/trunk/lib/Jifty/Logger.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Logger.pm (original)
+++ jifty/trunk/lib/Jifty/Logger.pm Fri Feb 9 17:01:01 2007
@@ -122,7 +122,6 @@
# the aliasing so we can remove trailing newlines
my @lines = map {"$_"} @_;
$logger->warn(map {chomp; $_} @lines);
- carp (map {chomp; $_} @lines);
}
elsif ($previous_warning_handler) {
# Fallback to the old handler
More information about the Jifty-commit
mailing list