[Rt-commit] r18585 - in rt/3.8/trunk: sbin

sartak at bestpractical.com sartak at bestpractical.com
Wed Feb 25 02:38:08 EST 2009


Author: sartak
Date: Wed Feb 25 02:38:07 2009
New Revision: 18585

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/sbin/rt-email-dashboards.in

Log:
 r80563 at onn:  sartak | 2009-02-25 02:37:55 -0500
 Give verbose output when --debug is specified


Modified: rt/3.8/trunk/sbin/rt-email-dashboards.in
==============================================================================
--- rt/3.8/trunk/sbin/rt-email-dashboards.in	(original)
+++ rt/3.8/trunk/sbin/rt-email-dashboards.in	Wed Feb 25 02:38:07 2009
@@ -114,7 +114,7 @@
 }
 
 # helper functions
-sub verbose  { print loc(@_), "\n" if $opts{verbose} || $opts{verbose}; 1 }
+sub verbose  { print loc(@_), "\n" if $opts{debug} || $opts{verbose}; 1 }
 sub debug    { print loc(@_), "\n" if $opts{debug}; 1 }
 sub error    { $RT::Logger->error(loc(@_)); verbose(@_); 1 }
 sub warning  { $RT::Logger->warning(loc(@_)); verbose(@_); 1 }


More information about the Rt-commit mailing list