[Bps-public-commit] r17391 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sat Dec 27 19:51:11 EST 2008
Author: jesse
Date: Sat Dec 27 19:51:11 2008
New Revision: 17391
Modified:
Prophet/trunk/lib/Prophet/App.pm
Log:
* remove the # from log entries printed to stderr
Modified: Prophet/trunk/lib/Prophet/App.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/App.pm (original)
+++ Prophet/trunk/lib/Prophet/App.pm Sat Dec 27 19:51:11 2008
@@ -200,7 +200,7 @@
sub log {
my $self = shift;
my ($msg) = validate_pos(@_, 1);
- print STDERR "# " .$msg."\n" if ($ENV{'PROPHET_DEBUG'});
+ print STDERR $msg."\n";# if ($ENV{'PROPHET_DEBUG'});
}
=head2 log_fatal $MSG
More information about the Bps-public-commit
mailing list