Changeset 18416
- Timestamp:
- Jul 3, 2008, 12:01:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/nebdiskd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/nebdiskd
r18231 r18416 3 3 # Copyright (C) 2007 Joshua Hoblitt 4 4 # 5 # $Id: nebdiskd,v 1. 5 2008-06-20 03:34:28jhoblitt Exp $5 # $Id: nebdiskd,v 1.6 2008-07-03 22:01:03 jhoblitt Exp $ 6 6 7 7 use strict; … … 189 189 190 190 foreach my $path (@$mounts) { 191 stat File::Spec->canonpath($path) or warn "can not stat path: $path"; 192 print "stated $path\n" if $debug; 191 if (stat File::Spec->canonpath($path)) { 192 print "stated $path\n" if $debug; 193 } else { 194 warn "can not stat path: $path"; 195 } 193 196 } 194 197 }
Note:
See TracChangeset
for help on using the changeset viewer.
