scstadmin: When adding a target attribute, report that a target attribute is being added instead of a driver attribute.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3685 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-18 10:00:13 +00:00
parent 5346d1cfd9
commit 8d652ce151

View File

@@ -3540,7 +3540,7 @@ sub addTargetDynamicAttribute {
my $attribute = shift;
my $value = shift;
print "\t-> Adding driver attribute '$attribute' with value '$value' ".
print "\t-> Adding target attribute '$attribute' with value '$value' ".
"for driver/target '$driver/$target': ";
my $rc = $SCST->addTargetDynamicAttribute($driver, $target, $attribute, $value);
print "done.\n";