mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
- Fix a small typo.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3455 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1660,7 +1660,7 @@ sub checkConfiguration {
|
||||
}
|
||||
|
||||
if (!defined($$tgt{'LUN'}->{'0'})) {
|
||||
print "\t->WARNING: No LUN 0 defined for driver/target '$driver/$target'. ".
|
||||
print "\t-> WARNING: No LUN 0 defined for driver/target '$driver/$target'. ".
|
||||
"Many initiators require a LUN 0 to be defined.\n\n";
|
||||
$warnings++;
|
||||
}
|
||||
@@ -1682,7 +1682,7 @@ sub checkConfiguration {
|
||||
}
|
||||
|
||||
if (!defined($$tgt{'GROUP'}->{$group}->{'LUN'}->{'0'})) {
|
||||
print "\t->WARNING: No LUN 0 defined for driver/target/group '$driver/$target/$group'. ".
|
||||
print "\t-> WARNING: No LUN 0 defined for driver/target/group '$driver/$target/$group'. ".
|
||||
"Many initiators require a LUN 0 to be defined.\n\n";
|
||||
$warnings++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user