Commented out undeclared berbosefn variable. Error handling will be dealt with differently in the future anyways.

This commit is contained in:
freesource
2000-08-23 23:57:21 +00:00
parent fa082738aa
commit 55dec64252
+3 -3
View File
@@ -375,9 +375,9 @@ sub norm_root_device {
}
}
}
open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,";
print VFN "Root device found: $root_dev\n";
close(VFN);
#open(VFN, ">> $verbosefn") or die "Oops! Can't open $verbosefn,";
#print VFN "Root device found: $root_dev\n";
#close(VFN);
return $root_dev;