scst_local: Remove an error message print statement (merge r5082 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@6049 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-02-10 13:30:24 +00:00
parent 5c43e0ae6b
commit 638cc3becf

View File

@@ -1909,7 +1909,6 @@ static int scst_local_add_target(const char *target_name,
tgt->scst_tgt = scst_register_target(&scst_local_targ_tmpl, target_name);
if (tgt->scst_tgt == NULL) {
PRINT_ERROR("%s", "scst_register_target() failed:");
res = -EFAULT;
goto out_free;
}