mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user