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
@@ -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;
}
}
@@ -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 [email protected]