[Resmon-devel] [resmon commit] r171 - trunk/lib/Resmon
svn-commit at lists.omniti.com
svn-commit at lists.omniti.com
Tue Mar 24 15:44:17 EDT 2009
Author: mark
Date: 2009-03-24 15:44:16 -0400 (Tue, 24 Mar 2009)
New Revision: 171
Modified:
trunk/lib/Resmon/Module.pm
Log:
Print a newline when printing the deprecation warning so it is readable
Modified: trunk/lib/Resmon/Module.pm
===================================================================
--- trunk/lib/Resmon/Module.pm 2009-03-24 19:43:36 UTC (rev 170)
+++ trunk/lib/Resmon/Module.pm 2009-03-24 19:44:16 UTC (rev 171)
@@ -44,7 +44,7 @@
sub fresh_status {
my $arg = shift;
- print STDERR $arg->{type} . ": Warning: fresh_status() is deprecated, and no longer required.";
+ print STDERR $arg->{type} . ": Warning: fresh_status() is deprecated, and no longer required.\n";
return undef;
}
More information about the Resmon-devel
mailing list