[mirrorbrain-commits] r8219 - /trunk/tools/scanner.pl

From: <poeml_at_mirrorbrain.org>
Date: Sat, 13 Nov 2010 20:09:32 -0000
Author: poeml
Date: Sat Nov 13 21:09:29 2010
New Revision: 8219

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8219&view=rev
Log:
mb scan:
- silence messages about directories "not in top_include_list" (unless verbosity is increased)

Modified:
    trunk/tools/scanner.pl

Modified: trunk/tools/scanner.pl
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=8219&r1=8218&r2=8219&view=diff
==============================================================================
--- trunk/tools/scanner.pl (original)
+++ trunk/tools/scanner.pl Sat Nov 13 21:09:29 2010
_at_@ -541,7 +541,7 @@
       }
     }
     if (!$included) {
-      print "$identifier: not in top_include_list: $name\n";# if $verbose > 1;
+      print "$identifier: not in top_include_list: $name\n" if $verbose > 1;
       return;
     }
   }
_at_@ -758,7 +758,7 @@
           }
         }
         if (!$included) {
-          print "$identifier: not in top_include_list: $fname\n";# if $verbose > 1;
+          print "$identifier: not in top_include_list: $fname\n" if $verbose > 1;
           next;
         }
       }




_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Sat Nov 13 2010 - 20:09:37 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT