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

From: <poeml_at_mirrorbrain.org>
Date: Sat, 05 Dec 2009 15:35:17 -0000
Author: poeml
Date: Sat Dec  5 16:35:17 2009
New Revision: 7910

URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=7910&view=rev
Log:
scanner:
- hide informative message about ignored symlinks, that was neved displayed
  before r7905, because lines with symlinks weren't even parsed.

Modified:
    trunk/tools/scanner.pl

Modified: trunk/tools/scanner.pl
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/tools/scanner.pl?rev=7910&r1=7909&r2=7910&view=diff
==============================================================================
--- trunk/tools/scanner.pl (original)
+++ trunk/tools/scanner.pl Sat Dec  5 16:35:17 2009
@@ -734,7 +734,7 @@
       }
 
       if($type eq 'l') {
-        warn "symlink($t) not impl.";
+        print "$identifier: ignoring symlink ($t)\n" if $verbose > 1;
       } else {
         if ($mode !~ m{r..r..r..}) {
           print "$identifier: bad mode $mode, skipping file $fname\n" if $verbose;
@@ -748,7 +748,7 @@
         }
       }
     } else {
-      print "$identifier: line could not be parsed: $text->[$i]\n"; # if $verbose;
+      print "$identifier: line could not be parsed: $text->[$i]\n";
     }
   }
   




_______________________________________________
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 Dec 05 2009 - 15:35:18 GMT

This archive was generated by hypermail 2.2.0 : Sat Dec 05 2009 - 15:45:13 GMT